summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-05-07 17:03:52 +0000
committerNick Mathewson <nickm@torproject.org>2004-05-07 17:03:52 +0000
commitd15a95145e7a857d40f189bb6becb0e0a5bba570 (patch)
treece326413839a40baf02ada135899c4ddec06cbd6 /Makefile.am
parentfa3db976df7e999c1644146ad3f3aed4ca056fa2 (diff)
downloadtor-d15a95145e7a857d40f189bb6becb0e0a5bba570.tar.gz
tor-d15a95145e7a857d40f189bb6becb0e0a5bba570.zip
Add Doxygen config file and make target, along with section in HACKING document
svn:r1819
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8502682ca0..5d7dd0a81c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,3 +19,6 @@ dist-rpm: dist
cp tor-$(VERSION).tar.gz /tmp/tor-rpm-build/SOURCES
rpmbuild -ba --define '_topdir /tmp/tor-rpm-build' contrib/tor.spec
mv /tmp/tor-rpm-build/*RPMS/* .
+
+doxygen:
+ doxygen && cd doc/doxygen/latex && make \ No newline at end of file