diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-12-12 01:37:33 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-18 13:11:32 -0500 |
commit | 874f982aec448142a06049008529f3748f9218c4 (patch) | |
tree | 3065defd5479822623dc042ec0425e68030b45d5 /Makefile.am | |
parent | 511105af9ccef47fd74ae5b6f87b7dbce7404dc8 (diff) | |
download | tor-874f982aec448142a06049008529f3748f9218c4.tar.gz tor-874f982aec448142a06049008529f3748f9218c4.zip |
Stop building and testing Tor twice with distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index beea69d95e..fc9f7b27ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,8 +73,6 @@ dist-rpm: dist-gzip echo "RPM build finished"; \ #end of dist-rpm -dist: check - doxygen: doxygen && cd doc/doxygen/latex && make |