[Openvas-commits] r2957 - trunk/openvas-libraries

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 31 09:49:18 CEST 2009


Author: felix
Date: 2009-03-31 09:49:17 +0200 (Tue, 31 Mar 2009)
New Revision: 2957

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/Makefile
Log:
* Makefile: Phony target doc-dev is actually called doc-full.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2009-03-31 07:01:11 UTC (rev 2956)
+++ trunk/openvas-libraries/ChangeLog	2009-03-31 07:49:17 UTC (rev 2957)
@@ -1,3 +1,7 @@
+2009-03-31  Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
+	* Makefile: Phony target doc-dev is actually called doc-full.
+
 2009-03-27  Michael Wiegand <michael.wiegand at intevation.de>
 
 	* libopenvas/Makefile, libopenvas_hg/Makefile: Adjusted libtool calls to

Modified: trunk/openvas-libraries/Makefile
===================================================================
--- trunk/openvas-libraries/Makefile	2009-03-31 07:01:11 UTC (rev 2956)
+++ trunk/openvas-libraries/Makefile	2009-03-31 07:49:17 UTC (rev 2957)
@@ -114,4 +114,4 @@
 	doxygen doc/Doxyfile_full
 	if [ -d doc/generated/latex ]; then make -C doc/generated/latex; fi
 
-.PHONY: doc doc-dev
+.PHONY: doc doc-full



More information about the Openvas-commits mailing list