[Openvas-commits] r2411 - trunk/openvas-libraries
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Feb 6 10:57:38 CET 2009
Author: mwiegand
Date: 2009-02-06 10:57:37 +0100 (Fri, 06 Feb 2009)
New Revision: 2411
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/MANIFEST
trunk/openvas-libraries/Makefile
Log:
Last minute fixes for the openvas-libraries 2.0.1 release.
* MANIFEST: Updated.
* Makefile: Fixed targets "clean" and "distclean" to correctly remove
generated HTML documentation.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-02-06 09:43:15 UTC (rev 2410)
+++ trunk/openvas-libraries/ChangeLog 2009-02-06 09:57:37 UTC (rev 2411)
@@ -1,5 +1,14 @@
2009-02-06 Michael Wiegand <michael.wiegand at intevation.de>
+ Last minute fixes for the openvas-libraries 2.0.1 release.
+
+ * MANIFEST: Updated.
+
+ * Makefile: Fixed targets "clean" and "distclean" to correctly remove
+ generated HTML documentation.
+
+2009-02-06 Michael Wiegand <michael.wiegand at intevation.de>
+
Preparing the openvas-libraries 2.0.1 release.
* VERSION: Set to 2.0.1.
Modified: trunk/openvas-libraries/MANIFEST
===================================================================
--- trunk/openvas-libraries/MANIFEST 2009-02-06 09:43:15 UTC (rev 2410)
+++ trunk/openvas-libraries/MANIFEST 2009-02-06 09:57:37 UTC (rev 2411)
@@ -6,6 +6,7 @@
config.sub
configure
configure.in
+COPYING
doc/
doc/Doxyfile
doc/Doxyfile_full
@@ -40,7 +41,6 @@
libopenvas/comm.h
libopenvas-config.1
libopenvas-config.in
-libopenvas/COPYING
libopenvas/ftp_funcs.c
libopenvas/ftp_funcs.h
libopenvas/harglists.c
@@ -92,6 +92,7 @@
Makefile
MANIFEST
openvas-libraries.tmpl.in
+README
README.BPF
TODO
VERSION
Modified: trunk/openvas-libraries/Makefile
===================================================================
--- trunk/openvas-libraries/Makefile 2009-02-06 09:43:15 UTC (rev 2410)
+++ trunk/openvas-libraries/Makefile 2009-02-06 09:57:37 UTC (rev 2411)
@@ -85,7 +85,7 @@
clean :
-cd libopenvas && ${MAKE} clean
-cd libopenvas_hg && ${MAKE} clean
- rm -rf /doc/generated
+ rm -rf doc/generated
distclean : clean
rm -f ${rootdir}/include/config.h libtool config.cache \
@@ -93,6 +93,7 @@
-cd libopenvas && ${MAKE} distclean
-cd libopenvas_hg && ${MAKE} distclean
rm -f openvas-libraries.tmpl libopenvas-config libopenvas-config.pre
+ rm -rf doc/generated
dist:
version="`cat VERSION`"; \
More information about the Openvas-commits
mailing list