Changeset 632 for trunk/Makefile


Ignore:
Timestamp:
12/12/08 11:27:33 (4 years ago)
Author:
phyrephox
Message:

ixus70_sd1000 - added multipartition support, see http://chdk.setepontos.com/index.php/topic,2155.msg20011.html#msg20011
renamed version.txt to changelog.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r622 r632  
    106106        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/TEST/*     > $(DEVNULL) 
    107107        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/syscurves.CVF      > $(DEVNULL) 
    108         zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/version.txt  > $(DEVNULL) 
    109         zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/version.txt  > $(DEVNULL) 
     108        zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/changelog.txt  > $(DEVNULL) 
     109        zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/changelog.txt  > $(DEVNULL) 
    110110        zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)tools/vers.req  > $(DEVNULL) 
    111111ifdef PLATFORMOS 
Note: See TracChangeset for help on using the changeset viewer.