[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

surplus font in tetex-doc



Hi,

While having a look at #225004 I noticed, that tetex-doc contains
marvosym.pfb, which should IMHO not be there as we have another
marvosym.pfb in tetex-base. Both unfortunately are not identical.
Patch attached.

H.
-- 
If it has syntax, it isn't user friendly.
  http://rudi.urz.tu-dresden.de/~hille/
--- rules.old	Sat Jan  3 17:01:59 2004
+++ rules	Sat Jan  3 17:17:16 2004
@@ -126,7 +126,7 @@
 		sed -e 's#\.#|#' | \
 		awk -F"\n" '{ORS="";print $$1}' | \
 		sed -e 's/^|//'` && \
-	grep -E "$$docpattern" files.all > files.doc)
+	grep -E "$$docpattern" files.all | grep -Fv .pfb > files.doc)
 
 # Create a list of files less documentation files.
 	sort files.all files.doc | uniq -u > files.all-doc

Reply to: