Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5598 - in trunk/gta02-core: . expanded modules web
      (wer...@docs.openmoko.org)
   2. r5599 - trunk/gta02-core/docs (wer...@docs.openmoko.org)
--- Begin Message ---
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=wer...@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 \
-                 wer...@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=wer...@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 \
-         wer...@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=wer...@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>




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2009-09-01 06:58:55 +0200 (Tue, 01 Sep 2009)
New Revision: 5599

Modified:
   trunk/gta02-core/docs/GETTING-STARTED
Log:
- GETTING-STARTED: we now have "lazy" PDF for footprints as well



Modified: trunk/gta02-core/docs/GETTING-STARTED
===================================================================
--- trunk/gta02-core/docs/GETTING-STARTED       2009-09-01 04:57:09 UTC (rev 
5598)
+++ trunk/gta02-core/docs/GETTING-STARTED       2009-09-01 04:58:55 UTC (rev 
5599)
@@ -175,8 +175,8 @@
 (Re)viewing and editing footprints
 ----------------------------------
 
-#Feeling lazy ? Then use the pre-built PDF link for the "expanded view"
-#on http://people.openmoko.org/werner/gta02-core.html
+Feeling lazy ? Then use the pre-built PDF link for the modules on
+http://people.openmoko.org/werner/gta02-core.html
 
 The footprints are kept in *.fpd files in modules/. To view a footprint,
 run




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to