From: Dietmar Maurer Date: Fri, 29 Apr 2016 10:27:09 +0000 (+0200) Subject: add missing apidoc.htm X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=87fc9dc475461bec77da3d30017ce67d66bc8740 add missing apidoc.htm use .htm instead of .html to prevent removal with "make clean" --- diff --git a/Makefile b/Makefile index 60c1d93..d7e3f3a 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ DOC_DEB_FILES= \ pve-admin-guide.epub \ index.html -${DOC_DEB}: index.adoc ${PVE_ADMIN_GUIDE_SOURCES} apidoc.js apidoc.html +${DOC_DEB}: index.adoc ${PVE_ADMIN_GUIDE_SOURCES} apidoc.js apidoc.htm $(MAKE) NOVIEW=1 pve-admin-guide.pdf pve-admin-guide.html pve-admin-guide.epub $(MAKE) NOVIEW=1 $(addsuffix .1.html, ${COMMAND_LIST}) $(addsuffix .8.html, ${SERVICE_LIST}) $(addsuffix .5.html, ${CONFIG_LIST}) asciidoc -a "date=$(shell date)" -a "revnumber=${DOCRELEASE}" index.adoc @@ -200,7 +200,7 @@ ${DOC_DEB}: index.adoc ${PVE_ADMIN_GUIDE_SOURCES} apidoc.js apidoc.html install -m 0644 index.html build/usr/share/${DOC_PACKAGE} # install api doc viewer mkdir build/usr/share/${DOC_PACKAGE}/pve2-api-doc - install -m 0644 apidoc.html build/usr/share/${DOC_PACKAGE}/pve2-api-doc/index.html + install -m 0644 apidoc.htm build/usr/share/${DOC_PACKAGE}/pve2-api-doc/index.html install -m 0644 apidoc.js build/usr/share/${DOC_PACKAGE}/pve2-api-doc/ cd build; dpkg-buildpackage -rfakeroot -b -us -uc lintian ${DOC_DEB} diff --git a/apidoc.htm b/apidoc.htm new file mode 100644 index 0000000..63a0fde --- /dev/null +++ b/apidoc.htm @@ -0,0 +1,14 @@ + + + + + Proxmox VE API Documentation + + + + + + + + +