]> git.proxmox.com Git - pve-docs.git/commitdiff
install missing index.html file
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 4 May 2016 11:29:47 +0000 (13:29 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 4 May 2016 11:29:47 +0000 (13:29 +0200)
Makefile

index aaba0580c6355ca5b2eb86c17c19b7e5ca94c60c..ee2150a88976706f33839f5e7f0fe90cdd4bd4a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,7 @@ ${DOC_DEB}: index.html ${INDEX_INCLUDES} ${WIKI_IMPORTS} ${API_VIEWER_SOURCES}
        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
        # 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 api doc viewer
        mkdir build/usr/share/${DOC_PACKAGE}/api-viewer