[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4041: Add the 'make doxygen' target to the INSTALL file. (vidalia/trunk)
Author: edmanm
Date: 2009-08-14 21:23:39 -0400 (Fri, 14 Aug 2009)
New Revision: 4041
Modified:
vidalia/trunk/INSTALL
Log:
Add the 'make doxygen' target to the INSTALL file.
Modified: vidalia/trunk/INSTALL
===================================================================
--- vidalia/trunk/INSTALL 2009-08-14 22:35:50 UTC (rev 4040)
+++ vidalia/trunk/INSTALL 2009-08-15 01:23:39 UTC (rev 4041)
@@ -221,7 +221,7 @@
Additional Build Targets
-------------------------
Vidalia contains a number of additional CMake build targets to assist in
-building platform-specific packages. The targets are:
+building code documentation and platform-specific packages. The targets are:
'dist' Creates a Vidalia source code tarball.
@@ -241,3 +241,8 @@
need to define -DWIX_BINARY_DIR=<path-to-WiX>
in order to use this build target.
+ 'doxygen' Creates the Doxygen-generated code
+ documentation for Vidalia's source. You must
+ have Doxygen installed for this target to
+ function.
+