Changeset 517 for trunk/Makefile
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/htmlform merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Makefile
r441 r517 28 28 DESTDIR = 29 29 30 MANIFEST = \ 31 INSTALL COPYING Makefile ipdb.spec \ 32 \ 33 addmaster.html alloctypes.html assign.html compsearch.html \ 34 confirm.html confirmRemove.html editDisplay.html fb-assign.html footer.inc \ 35 header.inc help.html index.shtml ipdb.css \ 36 newcity.html newnode.html nodesearch.html startsn.html updated.html \ 37 images/logo.png \ 38 \ 39 cgi-bin/combineblocks.pl cgi-bin/access-pwd-update.pl \ 40 cgi-bin/newnode.cgi cgi-bin/CustIDCK.pm cgi-bin/freespace.pl \ 41 cgi-bin/admin.cgi cgi-bin/MyIPDB.pm cgi-bin/IPDB.pm \ 42 cgi-bin/main.cgi cgi-bin/checkcusts.pl cgi-bin/newcity.cgi \ 43 cgi-bin/allocate.pl cgi-bin/search.cgi \ 44 cgi-bin/snCalc.cgi cgi-bin/CommonWeb.pm cgi-bin/ipdb.psql \ 45 cgi-bin/consistency-check.pl \ 46 \ 47 cgi-bin/extras/db2rwhois.pl cgi-bin/extras/rwhois-net-skel.tar.gz cgi-bin/extras/rwhois-config \ 48 cgi-bin/extras/network.tmpl 30 HTML = \ 31 alloctypes.html help.html index.shtml ipdb.css 49 32 50 HTML = \ 51 addmaster.html alloctypes.html assign.html changes.html compsearch.html \ 52 confirm.html confirmRemove.html editDisplay.html fb-assign.html footer.inc \ 53 header.inc help.html index.shtml ipdb.css \ 54 newcity.html newnode.html nodesearch.html startsn.html updated.html 33 JS = templates/widgets.js 55 34 56 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 57 56 58 57 SCRIPTS = \ … … 67 66 68 67 RWHOIS = \ 69 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 \ 70 69 cgi-bin/extras/network.tmpl 71 70 72 DIRS = images cgi-bin cgi-bin/extras71 DIRS = images templates cgi-bin cgi-bin/extras 73 72 74 # hmm. not sure what do do about you, m'friend... 75 #ip@ 73 MANIFEST = \ 74 $(HTML) \ 75 $(JS) \ 76 $(IMAGES) \ 77 $(TEMPLATES) \ 78 $(SCRIPTS) \ 79 $(MODULES) \ 80 $(CONFIGMODULES) \ 81 $(RWHOIS) 76 82 77 83 all: … … 79 85 80 86 install: 81 @for i in $(HTML) $(IMAGES) ; do \87 @for i in $(HTML) $(IMAGES) $(JS) $(TEMPLATES); do \ 82 88 $(INSTALL_DATA) -D $$i $(DESTDIR)${libdir}/ipdb-$(VERSION)/$$i ; \ 83 89 done
Note:
See TracChangeset
for help on using the changeset viewer.