r5179 - in trunk/gta02-core: . expanded

werner at docs.openmoko.org werner at docs.openmoko.org
Mon Jun 22 01:41:12 CEST 2009


Author: werner
Date: 2009-06-22 01:41:12 +0200 (Mon, 22 Jun 2009)
New Revision: 5179

Modified:
   trunk/gta02-core/Makefile
   trunk/gta02-core/expanded/Makefile
Log:
Added convenience targets "gv" and "xpdf" to top-level Makefile and
expanded/Makefile



Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile	2009-06-21 23:39:56 UTC (rev 5178)
+++ trunk/gta02-core/Makefile	2009-06-21 23:41:12 UTC (rev 5179)
@@ -1,4 +1,4 @@
-.PHONY:		all gen generate sch upload
+.PHONY:		all gen generate gv sch upload xpdf
 
 all:
 		@echo "make what ? target: gen generate sch upload"
@@ -12,6 +12,12 @@
 		gzip -f -9 gta02-core-all.ps
 		scripts/all-sheets --shrink --pdf gta02-core
 
+gv:
+		gv gta02-core-all.ps.gz
+
+xpdf:
+		xpdf gta02-core-all.pdf
+
 upload:		generate
 		scp gta02-core-all.ps.gz gta02-core-all.pdf \
 		  werner at sita.openmoko.org:public_html/gta02-core/

Modified: trunk/gta02-core/expanded/Makefile
===================================================================
--- trunk/gta02-core/expanded/Makefile	2009-06-21 23:39:56 UTC (rev 5178)
+++ trunk/gta02-core/expanded/Makefile	2009-06-21 23:41:12 UTC (rev 5179)
@@ -1,4 +1,4 @@
-.PHONY:	gen generate upload sch
+.PHONY:	gen generate gv sch upload xpdf
 
 gen generate:
 	cd ../components && ./mkloe
@@ -9,6 +9,12 @@
 	gzip -f -9 gta02-core-expanded-all.ps
 	../scripts/all-sheets --pdf gta02-core-expanded
 
+gv:
+	gv gta02-core-all.ps.gz
+
+xpdf:
+	xpdf gta02-core-all.pdf
+
 upload:	generate
 	scp gta02-core-expanded-all.ps.gz gta02-core-expanded-all.pdf \
 	  werner at sita.openmoko.org:public_html/gta02-core/




More information about the commitlog mailing list