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 | 02bb719a9494a010b3cad4cf81942ec7619f5806 (patch) | |
tree | 6ca56f03968e102fe319bbfa7b1057715c6742e0 /Makefile.am | |
parent | 6ef40144ae7777acdf13126d61c2686cc470b6c5 (diff) | |
parent | f5b94715479e9b7bef5675ab72c8b2e260bcb830 (diff) | |
download | tor-02bb719a9494a010b3cad4cf81942ec7619f5806.tar.gz tor-02bb719a9494a010b3cad4cf81942ec7619f5806.zip |
Merge branch 'maint-0.3.5' into maint-0.4.2
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 eaffbe41a4..f6346fe0fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,6 +157,8 @@ include src/include.am include doc/include.am include contrib/include.am +manpages: $(nodist_man1_MANS) + EXTRA_DIST+= \ ChangeLog \ CONTRIBUTING \ |