diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-08-12 12:29:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-08-12 12:29:17 -0400 |
commit | 309eafbc3c0064a670f5f4b11c3639f7ade6229b (patch) | |
tree | ec0ba570d83a0d8f3ae52a97318b92ad9ad98331 /Makefile.am | |
parent | 489d33e1903115d952a3f40bcfaa0fd524bc62f8 (diff) | |
parent | 02bb719a9494a010b3cad4cf81942ec7619f5806 (diff) | |
download | tor-309eafbc3c0064a670f5f4b11c3639f7ade6229b.tar.gz tor-309eafbc3c0064a670f5f4b11c3639f7ade6229b.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3b30c01f00..1041494da7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,6 +162,8 @@ include src/include.am include doc/include.am include contrib/include.am +manpages: $(nodist_man1_MANS) + EXTRA_DIST+= \ ChangeLog \ CONTRIBUTING \ |