[Pkg-ace-commits] [pkg-ace] r514 - trunk/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Sun Jul 8 08:10:30 UTC 2007


Author: tgg
Date: 2007-07-08 08:10:30 +0000 (Sun, 08 Jul 2007)
New Revision: 514

Modified:
   trunk/debian/libace-doc.docs
   trunk/debian/libtao-doc.docs
   trunk/debian/rules
Log:
fix documentation and remove unneeded files


Modified: trunk/debian/libace-doc.docs
===================================================================
--- trunk/debian/libace-doc.docs	2007-07-07 18:53:56 UTC (rev 513)
+++ trunk/debian/libace-doc.docs	2007-07-08 08:10:30 UTC (rev 514)
@@ -1,3 +1,3 @@
 ACE_wrappers/docs
 ACE_wrappers/examples
-ACE_wrappers/html/ace
+ACE_wrappers/html/ace/*

Modified: trunk/debian/libtao-doc.docs
===================================================================
--- trunk/debian/libtao-doc.docs	2007-07-07 18:53:56 UTC (rev 513)
+++ trunk/debian/libtao-doc.docs	2007-07-08 08:10:30 UTC (rev 514)
@@ -1,3 +1,3 @@
 ACE_wrappers/TAO/docs
 ACE_wrappers/TAO/examples
-ACE_wrappers/html/tao
+ACE_wrappers/html/tao/*

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-07-07 18:53:56 UTC (rev 513)
+++ trunk/debian/rules	2007-07-08 08:10:30 UTC (rev 514)
@@ -114,6 +114,8 @@
 
 doxygen-stamp: extract-stamp
 	cd $(ACE_ROOT) && bin/generate_doxygen.pl
+	find $(ACE_ROOT)/html/ace -name '*.tag' -o -name '*.md5' -o -name '*.dot' -o -name '*.idx' | xargs -r rm -f
+	find $(ACE_ROOT)/html/tao -name '*.tag' -o -name '*.md5' -o -name '*.dot' -o -name '*.idx' | xargs -r rm -f
 	touch $@
 
 .PHONY: doxygen




More information about the Pkg-ace-commits mailing list