mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-30 00:04:34 +00:00
install missing index.html file
This commit is contained in:
parent
deb4673f27
commit
ad2bfc41ae
2
Makefile
2
Makefile
@ -235,7 +235,7 @@ ${DOC_DEB}: index.html ${INDEX_INCLUDES} ${WIKI_IMPORTS} ${API_VIEWER_SOURCES}
|
|||||||
mkdir -p build/usr/share/doc/${DOC_PACKAGE}
|
mkdir -p build/usr/share/doc/${DOC_PACKAGE}
|
||||||
echo "git clone git://git.proxmox.com/git/pve-docs.git\\ngit checkout ${GITVERSION}" > build/usr/share/doc/${DOC_PACKAGE}/SOURCE
|
echo "git clone git://git.proxmox.com/git/pve-docs.git\\ngit checkout ${GITVERSION}" > build/usr/share/doc/${DOC_PACKAGE}/SOURCE
|
||||||
# install doc files
|
# install doc files
|
||||||
install -m 0644 ${INDEX_INCLUDES} build/usr/share/${DOC_PACKAGE}
|
install -m 0644 index.html ${INDEX_INCLUDES} build/usr/share/${DOC_PACKAGE}
|
||||||
install -m 0644 ${WIKI_IMPORTS} build/usr/share/${DOC_PACKAGE}
|
install -m 0644 ${WIKI_IMPORTS} build/usr/share/${DOC_PACKAGE}
|
||||||
# install api doc viewer
|
# install api doc viewer
|
||||||
mkdir build/usr/share/${DOC_PACKAGE}/api-viewer
|
mkdir build/usr/share/${DOC_PACKAGE}/api-viewer
|
||||||
|
Loading…
Reference in New Issue
Block a user