Changeset 440 for trunk/Makefile


Ignore:
Timestamp:
07/20/10 17:27:14 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Cosmetic fixup on "Add new assignment" alignment
Add note regarding symlinks for modules for db2rwhois.pl if

running directly from the unpacked tarball

Clear local.css when creating tarball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r433 r440  
    105105        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    106106        perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/cgi-bin/IPDB.pm
     107        echo "" > $(PKGNAME)-$(VERSION)/local.css
    107108        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    108109        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Note: See TracChangeset for help on using the changeset viewer.