summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-16 10:28:03 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-16 10:28:03 -0400
commit8413eec2c74fc518d3cbffc6deb9ae57eaea2a27 (patch)
treeac97760f2a1923818d63eb08f26adfc4911069ed /Makefile.am
parentbcbf3b7479703a94c6786e577ab05708ff62f6d4 (diff)
parent593acfabb3a074602aee4f93ef07c7aa22379f7e (diff)
downloadtor-8413eec2c74fc518d3cbffc6deb9ae57eaea2a27.tar.gz
tor-8413eec2c74fc518d3cbffc6deb9ae57eaea2a27.zip
Merge branch 'ticket32099'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 485324fc79..f0d960efe7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -236,8 +236,9 @@ dist-rpm: dist-gzip
echo "RPM build finished"; \
#end of dist-rpm
-doxygen:
- doxygen && cd doc/doxygen/latex && make
+.PHONY: doxygen
+doxygen: Doxyfile
+ doxygen
test: all
$(top_builddir)/src/test/test