[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add Doxygen config file and make target, along with section...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Add Doxygen config file and make target, along with section...
- From: nickm@seul.org (Nick Mathewson)
- Date: Fri, 7 May 2004 13:03:54 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 07 May 2004 13:04:33 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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