r5587 - trunk/gta02-core/scripts

werner at docs.openmoko.org werner at docs.openmoko.org
Sun Aug 30 22:17:03 CEST 2009


Author: werner
Date: 2009-08-30 22:17:03 +0200 (Sun, 30 Aug 2009)
New Revision: 5587

Modified:
   trunk/gta02-core/scripts/all-sheets
Log:
- scripts/all-sheets: added outline information for PDF



Modified: trunk/gta02-core/scripts/all-sheets
===================================================================
--- trunk/gta02-core/scripts/all-sheets	2009-08-30 19:38:33 UTC (rev 5586)
+++ trunk/gta02-core/scripts/all-sheets	2009-08-30 20:17:03 UTC (rev 5587)
@@ -56,5 +56,6 @@
 
 if $pdf; then
     eval gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$OUT.pdf -f \
-      `for n in $SHEETS; do [ -f $n.ps ] && echo "<($cmd $n.ps)"; done`
+      `for n in $SHEETS; do [ -f $n.ps ] && \
+      echo "<(echo '[ /Title ('${n#$B-}') /OUT pdfmark'; $cmd $n.ps;)"; done`
 fi




More information about the commitlog mailing list