r5027 - trunk/gta02-core/scripts

werner at docs.openmoko.org werner at docs.openmoko.org
Sat May 23 23:36:41 CEST 2009


Author: werner
Date: 2009-05-23 23:36:41 +0200 (Sat, 23 May 2009)
New Revision: 5027

Modified:
   trunk/gta02-core/scripts/all-sheets-ps
Log:
Set orientation to landscape.



Modified: trunk/gta02-core/scripts/all-sheets-ps
===================================================================
--- trunk/gta02-core/scripts/all-sheets-ps	2009-05-23 19:12:57 UTC (rev 5026)
+++ trunk/gta02-core/scripts/all-sheets-ps	2009-05-23 21:36:41 UTC (rev 5027)
@@ -5,4 +5,5 @@
 OUT=$B-all
 SHEETS="$B $B-CPU $B-PMU $B-MEMORY $B-AUDIO $B-IO $B-LCM $B-GPS"
 
-psmerge -o$OUT.ps `for n in $SHEETS; do echo $n.ps; done`
+psmerge `for n in $SHEETS; do echo $n.ps; done` |
+  sed '1a%%Orientation: Landscape' >$OUT.ps




More information about the commitlog mailing list