online help: use a phony target and regenerate
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
49df8ac115
commit
e7e8e6d5f7
|
@ -54,6 +54,7 @@ all: js/proxmox-backup-gui.js css/ext6-pbs.css
|
|||
js:
|
||||
mkdir js
|
||||
|
||||
.PHONY: OnlineHelpInfo.js
|
||||
OnlineHelpInfo.js:
|
||||
$(MAKE) -C ../docs onlinehelpinfo
|
||||
mv ../docs/output/scanrefs/OnlineHelpInfo.js .
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
const proxmoxOnlineHelpInfo = {
|
||||
"pbs_documentation_index": {
|
||||
"link": "/pbs-docs/index.html",
|
||||
"link": "/docs/index.html",
|
||||
"title": "Proxmox Backup Server Documentation Index"
|
||||
},
|
||||
"chapter-zfs": {
|
||||
|
|
Loading…
Reference in New Issue