[Pkg-ace-commits] [pkg-ace] r700 - trunk/debian
Thomas Girard
tgg at alioth.debian.org
Sat Jul 24 18:59:11 UTC 2010
Author: tgg
Date: 2010-07-24 18:59:07 +0000 (Sat, 24 Jul 2010)
New Revision: 700
Modified:
trunk/debian/rules
Log:
Remove *.tag files from generated doc as well
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2010-07-24 17:34:42 UTC (rev 699)
+++ trunk/debian/rules 2010-07-24 18:59:07 UTC (rev 700)
@@ -27,6 +27,7 @@
-name '*.dot' -o \
-name '*.idx' -o \
-name '*.map' -o \
+ -name '*.tag' -o \
-name 'index.hh?'
export ACE_ROOT := $(shell pwd)/$(ACE_SUBDIR)
More information about the Pkg-ace-commits
mailing list