[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Add Doxygen config file and make target, along with section...



Update of /home/or/cvsroot
In directory moria.mit.edu:/tmp/cvs-serv26177

Modified Files:
	Makefile.am 
Added Files:
	Doxyfile 
Log Message:
Add Doxygen config file and make target, along with section in HACKING document

Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	2 Mar 2004 19:09:30 -0000	1.11
+++ Makefile.am	7 May 2004 17:03:51 -0000	1.12
@@ -19,3 +19,6 @@
 	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