diff --git a/Makefile b/Makefile index 1db377d..a4fb1fd 100644 --- a/Makefile +++ b/Makefile @@ -31,11 +31,11 @@ deb ${DEB}: js/pmgmanagerlib.js: make -C js pmgmanagerlib.js -install: index.html.tpl js/pmgmanagerlib.js +install: pmg-index.html.tt js/pmgmanagerlib.js install -d -m 755 ${WWWCSSDIR} install -d -m 755 ${WWWIMAGESDIR} install -d -m 755 ${WWWJSDIR} - install -m 0644 index.html.tpl ${WWWBASEDIR} + install -m 0644 pmg-index.html.tt ${WWWBASEDIR} install -m 0644 js/pmgmanagerlib.js ${WWWJSDIR} for i in ${IMAGES}; do install -m 0644 images/$$i ${WWWIMAGESDIR}; done for i in ${CSSFILES}; do install -m 0644 css/$$i ${WWWCSSDIR}; done diff --git a/index.html.tpl b/pmg-index.html.tt similarity index 100% rename from index.html.tpl rename to pmg-index.html.tt