r5598 - in trunk/gta02-core: . expanded modules web

werner at docs.openmoko.org werner at docs.openmoko.org
Tue Sep 1 06:57:10 CEST 2009


Author: werner
Date: 2009-09-01 06:57:09 +0200 (Tue, 01 Sep 2009)
New Revision: 5598

Added:
   trunk/gta02-core/web/
   trunk/gta02-core/web/Makefile
   trunk/gta02-core/web/gta02-core.html
Modified:
   trunk/gta02-core/Makefile
   trunk/gta02-core/expanded/Makefile
   trunk/gta02-core/modules/Makefile
Log:
- use rsync also for top-level Makefile and expanded/Makefile
- web/: http://people.openmoko.org/werner/gta02-core.html
- modules/Makefile: use gzip -f to avoid silly questions



Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile	2009-09-01 02:12:13 UTC (rev 5597)
+++ trunk/gta02-core/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -1,6 +1,9 @@
 .PHONY:		all gen generate gv sch brd update upload xpdf bom-by-ref
 .PHONY:		dsv
 
+UPLOAD=werner at sita.openmoko.org:public_html/gta02-core/
+COPY=rsync -e ssh --progress
+
 all:
 		@echo "make what ? target: gen update sch gv xpdf brd dsv"
 		# we have more targets, but "normal users" don't need them
@@ -26,8 +29,7 @@
 		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/
+		$(COPY) gta02-core-all.ps.gz gta02-core-all.pdf $(UPLOAD)
 
 sch:
 		eeschema `pwd`/gta02-core.sch

Modified: trunk/gta02-core/expanded/Makefile
===================================================================
--- trunk/gta02-core/expanded/Makefile	2009-09-01 02:12:13 UTC (rev 5597)
+++ trunk/gta02-core/expanded/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -1,5 +1,8 @@
 .PHONY:	gen generate gv sch upload xpdf
 
+UPLOAD=werner at sita.openmoko.org:public_html/gta02-core/
+COPY=rsync -e ssh --progress
+
 gen generate:
 	cd ../components && ./mkloe
 	../scripts/expand-pintype ../components/gta02-core.lib \
@@ -16,8 +19,8 @@
 	xpdf gta02-core-expanded-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/
+	$(COPY) gta02-core-expanded-all.ps.gz gta02-core-expanded-all.pdf \
+	  $(UPLOAD)
 
 sch:
 	eeschema `pwd`/gta02-core-expanded.sch

Modified: trunk/gta02-core/modules/Makefile
===================================================================
--- trunk/gta02-core/modules/Makefile	2009-09-01 02:12:13 UTC (rev 5597)
+++ trunk/gta02-core/modules/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -22,7 +22,7 @@
 
 gen generate:
 		./mkloe --one-ps $(ALL).ps
-		gzip -9 $(ALL).ps
+		gzip -f -9 $(ALL).ps
 		./mkloe --one-pdf $(ALL).pdf
 
 upload:		gen

Added: trunk/gta02-core/web/Makefile
===================================================================
--- trunk/gta02-core/web/Makefile	                        (rev 0)
+++ trunk/gta02-core/web/Makefile	2009-09-01 04:57:09 UTC (rev 5598)
@@ -0,0 +1,5 @@
+UPLOAD=werner at sita.openmoko.org:public_html/
+COPY=rsync -e ssh --progress
+
+upload:
+	$(COPY) gta02-core.html $(UPLOAD)

Added: trunk/gta02-core/web/gta02-core.html
===================================================================
--- trunk/gta02-core/web/gta02-core.html	                        (rev 0)
+++ trunk/gta02-core/web/gta02-core.html	2009-09-01 04:57:09 UTC (rev 5598)
@@ -0,0 +1,20 @@
+<HTML>
+<HEAD>
+<TITLE>gta02-core overviews</TITLE>
+</HEAD>
+<BODY>
+<H1>gta02-core overviews</H1>
+
+Schematics:
+<A href="gta02-core/gta02-core-all.pdf">PDF</A>,
+<A href="gta02-core/gta02-core-all.ps.gz">compressed Postscript</A>.
+<P>
+Expanded view (symbols with pin type):
+<A href="gta02-core/gta02-core-expanded-all.pdf">PDF</A>,
+<A href="gta02-core/gta02-core-expanded-all.ps.gz">compressed Postscript</A>.
+<P>
+Modules (footprints):
+<A href="gta02-core/gta02-core-modules.pdf">PDF</A>,
+<A href="gta02-core/gta02-core-modules.ps.gz">compressed Postscript</A>.
+</BODY>
+</HTML>




More information about the commitlog mailing list