Changeset 516 for branches/htmlform/Makefile
- Timestamp:
- 10/17/12 17:19:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/Makefile
r511 r516 28 28 DESTDIR = 29 29 30 MANIFEST = \ 31 INSTALL COPYING Makefile ipdb.spec \ 32 \ 33 alloctypes.html \ 34 help.html index.shtml ipdb.css \ 35 images/logo.png \ 36 \ 37 cgi-bin/combineblocks.pl cgi-bin/access-pwd-update.pl \ 38 cgi-bin/newnode.cgi cgi-bin/CustIDCK.pm cgi-bin/freespace.pl \ 39 cgi-bin/admin.cgi cgi-bin/MyIPDB.pm cgi-bin/IPDB.pm \ 40 cgi-bin/main.cgi cgi-bin/checkcusts.pl cgi-bin/newcity.cgi \ 41 cgi-bin/allocate.pl cgi-bin/search.cgi \ 42 cgi-bin/snCalc.cgi cgi-bin/ipdb.psql \ 43 cgi-bin/consistency-check.pl \ 44 \ 45 cgi-bin/extras/db2rwhois.pl cgi-bin/extras/rwhois-net-skel.tar.gz cgi-bin/extras/rwhois-config \ 46 cgi-bin/extras/network.tmpl 30 HTML = \ 31 alloctypes.html help.html index.shtml ipdb.css 47 32 48 HTML = \ 49 alloctypes.html \ 50 help.html index.shtml ipdb.css 33 JS = templates/widgets.js 51 34 52 35 IMAGES = images/logo.png 36 37 TEMPLATES = \ 38 templates/aclerror.tmpl templates/addmaster.tmpl templates/assign.tmpl templates/confirm.tmpl \ 39 templates/dberr.tmpl templates/delete.tmpl templates/dunno.tmpl templates/edit.tmpl \ 40 templates/finaldelete.tmpl templates/footer.tmpl templates/header.tmpl templates/index.tmpl \ 41 templates/insert.tmpl templates/listpool.tmpl templates/newcity.tmpl templates/newmaster.tmpl \ 42 templates/newnode.tmpl templates/nodesearch.tmpl templates/showmaster.tmpl templates/showrouted.tmpl \ 43 templates/subnet-calc.tmpl templates/update.tmpl \ 44 \ 45 templates/admin/aclerr.tmpl templates/admin/addnotice.tmpl templates/admin/alloc.tmpl \ 46 templates/admin/alloctweak.tmpl templates/admin/confirm.tmpl templates/admin/dberr.tmpl \ 47 templates/admin/delnotice.tmpl templates/admin/deluser.tmpl templates/admin/dunno.tmpl \ 48 templates/admin/edcust.tmpl templates/admin/ednotice.tmpl templates/admin/emailnotice.tmpl \ 49 templates/admin/header.tmpl templates/admin/listcust.tmpl templates/admin/main.tmpl \ 50 templates/admin/newuser.tmpl templates/admin/showallocs.tmpl templates/admin/showpools.tmpl \ 51 templates/admin/showusers.tmpl templates/admin/touch.tmpl templates/admin/tweakpool.tmpl \ 52 templates/admin/updacl.tmpl templates/admin/updatepool.tmpl templates/admin/update.tmpl \ 53 templates/admin/updcust.tmpl templates/admin/updnotice.tmpl \ 54 \ 55 templates/search/compsearch.tmpl templates/search/sresults.tmpl 53 56 54 57 SCRIPTS = \ … … 63 66 64 67 RWHOIS = \ 65 cgi-bin/extras/ db2rwhois.pl cgi-bin/extras/rwhois-net-skel.tar.gz cgi-bin/extras/rwhois-config \68 cgi-bin/extras/rwhois-net-skel.tar.gz cgi-bin/extras/rwhois-config \ 66 69 cgi-bin/extras/network.tmpl 67 70 68 DIRS = images cgi-bin cgi-bin/extras71 DIRS = images templates cgi-bin cgi-bin/extras 69 72 70 # hmm. not sure what do do about you, m'friend... 71 #ip@ 73 MANIFEST = \ 74 $(HTML) \ 75 $(JS) \ 76 $(IMAGES) \ 77 $(TEMPLATES) \ 78 $(SCRIPTS) \ 79 $(MODULES) \ 80 $(CONFIGMODULES) \ 81 $(RWHOIS) 72 82 73 83 all: … … 75 85 76 86 install: 77 @for i in $(HTML) $(IMAGES) ; do \87 @for i in $(HTML) $(IMAGES) $(JS) $(TEMPLATES); do \ 78 88 $(INSTALL_DATA) -D $$i $(DESTDIR)${libdir}/ipdb-$(VERSION)/$$i ; \ 79 89 done
Note:
See TracChangeset
for help on using the changeset viewer.