online help: use a phony target and regenerate

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-09-02 14:41:03 +02:00
parent 49df8ac115
commit e7e8e6d5f7
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ all: js/proxmox-backup-gui.js css/ext6-pbs.css
js: js:
mkdir js mkdir js
.PHONY: OnlineHelpInfo.js
OnlineHelpInfo.js: OnlineHelpInfo.js:
$(MAKE) -C ../docs onlinehelpinfo $(MAKE) -C ../docs onlinehelpinfo
mv ../docs/output/scanrefs/OnlineHelpInfo.js . mv ../docs/output/scanrefs/OnlineHelpInfo.js .

View File

@ -1,6 +1,6 @@
const proxmoxOnlineHelpInfo = { const proxmoxOnlineHelpInfo = {
"pbs_documentation_index": { "pbs_documentation_index": {
"link": "/pbs-docs/index.html", "link": "/docs/index.html",
"title": "Proxmox Backup Server Documentation Index" "title": "Proxmox Backup Server Documentation Index"
}, },
"chapter-zfs": { "chapter-zfs": {