mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-06 01:01:16 +00:00
use better name for template
This commit is contained in:
parent
4bc1cbd8b3
commit
d6ea28a5b0
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user