Changeset 441


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

/trunk

Remove local.css from MANIFEST entirely; it's *local*. Duh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r440 r441  
    3333        addmaster.html alloctypes.html assign.html compsearch.html \
    3434        confirm.html confirmRemove.html editDisplay.html fb-assign.html footer.inc \
    35         header.inc help.html index.shtml ipdb.css local.css \
     35        header.inc help.html index.shtml ipdb.css \
    3636        newcity.html newnode.html nodesearch.html startsn.html updated.html \
    3737        images/logo.png \
     
    5151        addmaster.html alloctypes.html assign.html changes.html compsearch.html \
    5252        confirm.html confirmRemove.html editDisplay.html fb-assign.html footer.inc \
    53         header.inc help.html index.shtml ipdb.css local.css \
     53        header.inc help.html index.shtml ipdb.css \
    5454        newcity.html newnode.html nodesearch.html startsn.html updated.html
    5555
     
    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
    108107        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    109108        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Note: See TracChangeset for help on using the changeset viewer.