Fix Debian Install Guide index name

Rename index-debian.html to index.html.

Change-Id: I9886fbc2bf3f9d1ecbb67ae72a28be08a5f4c800
This commit is contained in:
Andreas Jaeger 2015-08-24 21:28:15 +02:00
parent dc3a3978cf
commit 0f8ee8d0d3

View File

@ -21,3 +21,7 @@ for tag in obs rdo ubuntu debian; do
tools/build-rst.sh doc/install-guide \
$GLOSSARY --tag ${tag} --target "draft/install-guide-${tag}"
done
# Debian uses index-debian, rename it.
mv publish-docs/draft/install-guide-debian/index-debian.html \
publish-docs/draft/install-guide-debian/index.html