From d6ea28a5b07c7c2e6dd0c4c255851395b705f12a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 29 Apr 2017 18:36:10 +0200 Subject: [PATCH] use better name for template --- Makefile | 4 ++-- index.html.tpl => pmg-index.html.tt | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename index.html.tpl => pmg-index.html.tt (100%) 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