Ignore:
Timestamp:
05/20/09 10:54:58 (4 years ago)
Author:
werner
Message:

Only generate the new local postscript files with the make default action,
don't upload.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gta02-core/expanded/Makefile

    r4992 r5004  
    1 .PHONY: upload 
     1.PHONY: gen generate upload 
    22 
    3 upload: 
     3gen generate: 
    44        cd ../components && ./mkloe 
    55        ../scripts/expand-pintype ../components/gta02-core.lib \ 
     
    88        ../scripts/all-sheets-ps gta02-core-expanded 
    99        gzip -f -9 gta02-core-expanded-all.ps 
     10 
     11upload: generate 
    1012        scp gta02-core-expanded-all.ps.gz \ 
    1113          werner@sita.openmoko.org:public_html/gta02-core/ 
Note: See TracChangeset for help on using the changeset viewer.