mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 16:45:20 +00:00
add apidata.js to git repository
So that we can build without any pve packages installed.
This commit is contained in:
parent
8ace711099
commit
561229878c
8
Makefile
8
Makefile
@ -139,7 +139,7 @@ ADOC_MAN8_HTML_ARGS=-a "manvolnum=8" ${ADOC_STDARG} -a "revnumber=${DOCRELEASE}"
|
|||||||
|
|
||||||
BROWSER?=xdg-open
|
BROWSER?=xdg-open
|
||||||
|
|
||||||
all: pve-admin-guide.html
|
all: index.html
|
||||||
|
|
||||||
%-nwdiag.svg: %.nwdiag
|
%-nwdiag.svg: %.nwdiag
|
||||||
nwdiag -T svg $*.nwdiag -o $@;
|
nwdiag -T svg $*.nwdiag -o $@;
|
||||||
@ -258,12 +258,12 @@ upload: ${GEN_DEB} ${DOC_DEB}
|
|||||||
cd /pve/${DOCRELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz
|
cd /pve/${DOCRELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz
|
||||||
umount /pve/${DOCRELEASE}; mount /pve/${DOCRELEASE} -o ro
|
umount /pve/${DOCRELEASE}; mount /pve/${DOCRELEASE} -o ro
|
||||||
|
|
||||||
|
.PHONY: update
|
||||||
update: clean
|
update: clean
|
||||||
rm -f *.5-opts.adoc .1-synopsis.adoc .8-synopsis.adoc
|
rm -f *.5-opts.adoc .1-synopsis.adoc .8-synopsis.adoc
|
||||||
|
rm -f api-viewer/apidata.js
|
||||||
make all
|
make all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.html *.pdf *.epub *.tmp *.1 *.5 *.8 *.deb *.changes build api-viewer/apidata.js api-viewer/apidoc.js chapter-*.html pve-admin-guide.chunked
|
rm -rf *.html *.pdf *.epub *.tmp *.1 *.5 *.8 *.deb *.changes build api-viewer/apidoc.js chapter-*.html pve-admin-guide.chunked
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
22987
api-viewer/apidata.js
Normal file
22987
api-viewer/apidata.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user