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 | f98b1988ec5ca1eb3d2923faf43c1df7541efafb (patch) | |
tree | ba23af3b95994141812792c23c2567ae0bd09d47 /Makefile.am | |
parent | 670f5632a54e5ae119e9d92eaebc583aab3fe0d1 (diff) | |
parent | 309eafbc3c0064a670f5f4b11c3639f7ade6229b (diff) | |
download | tor-f98b1988ec5ca1eb3d2923faf43c1df7541efafb.tar.gz tor-f98b1988ec5ca1eb3d2923faf43c1df7541efafb.zip |
Merge branch 'maint-0.4.3' into maint-0.4.4
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 8a26c6403b..49d5637428 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,6 +164,8 @@ include src/include.am include doc/include.am include contrib/include.am +manpages: $(nodist_man1_MANS) + EXTRA_DIST+= \ ChangeLog \ CONTRIBUTING \ |