diff doc/sgml/makemakefile @ 810:bfefb4e76917

* sgml/jadetex.cfg: Add this to configure PDF output nicely with index and coloured links. * sgml/makemakefile: modified copyfiles to copy png-s instead of gif-s. * sgml/README-PDF: Comment on pdfjadetext failure and workaround.
author jlarmour
date Thu, 01 May 2003 19:04:27 +0000
parents f30bba77e433
children
line wrap: on
line diff
--- a/doc/sgml/makemakefile
+++ b/doc/sgml/makemakefile
@@ -80,10 +80,10 @@ for i in `cat doclist`; do
   fi
 done
 
-# Go through again but find GIFs to copy
+# Go through again but find PNGs to copy
 for i in `for j in \`cat doclist\` ; do dirname $j ; done | sort | uniq` ; do
   diri=`echo ../../packages/$i | sed "s@/current/@/${PACKAGEVER}/@g"`
-  dirigifs=`ls $diri/*.gif 2>/dev/null | tr '\n' ' '`
+  dirigifs=`ls $diri/*.png 2>/dev/null | tr '\n' ' '`
   if [ x"$dirigifs" != x ]; then
         copyfiles="$copyfiles $dirigifs"
   fi