[Pkg-doc-linux-devel] r228 - trunk/doc-linux/debian

Frank Lichtenheld djpig at costa.debian.org
Thu Sep 28 22:30:29 UTC 2006


Author: djpig
Date: 2006-09-28 22:30:29 +0000 (Thu, 28 Sep 2006)
New Revision: 228

Modified:
   trunk/doc-linux/debian/rules
Log:
Don't complain if there are no escape sequences to be removed


Modified: trunk/doc-linux/debian/rules
===================================================================
--- trunk/doc-linux/debian/rules	2006-09-28 18:08:04 UTC (rev 227)
+++ trunk/doc-linux/debian/rules	2006-09-28 22:30:29 UTC (rev 228)
@@ -193,7 +193,7 @@
 endif
 # removes escape sequences from HOWTOs. While they may enhance the display
 # for some users they also cause problems for others (Bug#324453)
-	find $(TEXT_BUILD) -type f | xargs grep -l "\[[0-9]\+m" | xargs sed -i -e 's/\[[0-9]\+m//g'
+	find $(TEXT_BUILD) -type f | xargs grep -l "\[[0-9]\+m" | xargs -r sed -i -e 's/\[[0-9]\+m//g'
 
 ifeq ($(SOURCE),doc-linux)
 	find $(TEXT_BUILD) $(R2)/usr/share/doc/FAQ -type f | xargs gzip -9




More information about the Pkg-doc-linux-devel mailing list