From ad2bfc41aeda3dab3f2d1a0191cb3097c4e627e1 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 4 May 2016 13:29:47 +0200 Subject: [PATCH] install missing index.html file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aaba058..ee2150a 100644 --- 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