use better name for template

This commit is contained in:
Dietmar Maurer 2017-04-29 18:36:10 +02:00
parent 4bc1cbd8b3
commit d6ea28a5b0
2 changed files with 2 additions and 2 deletions

View File

@ -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