[Galago-commits] r2358 - trunk/libgalago

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Dec 3 01:21:38 PST 2005


Author: chipx86
Date: 2005-12-03 01:20:15 -0800 (Sat, 03 Dec 2005)
New Revision: 2358

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/Makefile.am
Log:
- Rename the doxygen target to docs.
- Generate the protocol docs when typing make docs.


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2005-12-03 09:16:53 UTC (rev 2357)
+++ trunk/libgalago/ChangeLog	2005-12-03 09:20:15 UTC (rev 2358)
@@ -1,3 +1,9 @@
+Sat Dec 03 01:19:48 PST 2005  Christian Hammond <chipx86 at chipx86.com>
+
+	* Makefile.am:
+	  - Rename the doxygen target to docs.
+	  - Generate the protocol docs when typing make docs.
+
 Sat Dec 03 01:15:24 PST 2005  Christian Hammond <chipx86 at chipx86.com>
 
 	A docs/protocol/Doxyfile:

Modified: trunk/libgalago/Makefile.am
===================================================================
--- trunk/libgalago/Makefile.am	2005-12-03 09:16:53 UTC (rev 2357)
+++ trunk/libgalago/Makefile.am	2005-12-03 09:20:15 UTC (rev 2358)
@@ -26,6 +26,8 @@
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck
 
-doxygen:
-	@echo "Running doxygen..."
+docs:
+	@echo "Generating API documentation..."
 	@doxygen Doxyfile
+	@echo "Generating protocol documentation..."
+	@cd docs/protocol && doxygen



More information about the galago-commits mailing list