[subversion-commit] SVN tetex commit + diffs: r494 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Fri Feb 3 19:31:09 UTC 2006


Author: frank
Date: 2006-02-03 19:31:08 +0000 (Fri, 03 Feb 2006)
New Revision: 494

Modified:
   tetex-base/trunk/debian/remove-nonfreedocs
Log:
added more files identified in #345604 

Modified: tetex-base/trunk/debian/remove-nonfreedocs
===================================================================
--- tetex-base/trunk/debian/remove-nonfreedocs	2006-02-03 19:10:09 UTC (rev 493)
+++ tetex-base/trunk/debian/remove-nonfreedocs	2006-02-03 19:31:08 UTC (rev 494)
@@ -17,8 +17,19 @@
 doc/context/manual/cont-eni.pdf
 "
 
-NONFREE_DOCS=
+NONFREE_DOCS="
+doc/latex/general/l2tabu.pdf
+"
 
+NONFREE_DOCS_GFDL="
+doc/latex/general/l2tabuen.pdf
+doc/pdftex/manual/pdftex-a.pdf
+doc/fontinst/fontinstallationguide.pdf
+doc/latex/general/l2kurz.pdf
+"
+
+ALL_NONFREE_DOCS="$NONFREE_DOCS $NONFREE_DOCS_GFDL $CC_LICENSED_NOSOURCE $CC_LICENSED"
+
 # only remove, don't put a copy into the tetex-doc-nonfree 
 # tree if the file still exits
 COPY=false
@@ -51,7 +62,7 @@
   esac
 done
 
-for file in $NONFREE_DOCS $CC_LICENSED_NOSOURCE $CC_LICENSED; do
+for file in $ALL_NONFREE_DOCS ; do
   if [ -e $file ]; then
     if [ $COPY = true ]; then
       destfile=$copy_destination/$file




More information about the Pkg-tetex-commits mailing list