Re: [fpc-pascal] fpcmake: setting names of zip files

2007-08-09 Thread Marc Santhoff
Am Mittwoch, den 08.08.2007, 07:59 +0200 schrieb Peter Vreman: > > Running the zipinstall and zipsourceinstall targets give me files with > > the unchanged standard name. The final goal would be to have a name > > formed like > > > > $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz > > > > for distri

Re: [fpc-pascal] fpcmake: setting names of zip files

2007-08-07 Thread Peter Vreman
> Hi again, > > how can the name of the files created by the targets "zipinstall" and > "zipsourceinstall" be influenced? > > I've tried this way: > > > [prerules] > pretest: > echo $(ZIPNAME) > echo $(ZIP_ZIPNAME) > > [target] > programs=cnfdat2h5 > > [package] > name=cnfdat2h5 > vers