Fix Debian Install Guide index name
Rename index-debian.html to index.html. Change-Id: I9886fbc2bf3f9d1ecbb67ae72a28be08a5f4c800
This commit is contained in:
parent
dc3a3978cf
commit
0f8ee8d0d3
@ -21,3 +21,7 @@ for tag in obs rdo ubuntu debian; do
|
|||||||
tools/build-rst.sh doc/install-guide \
|
tools/build-rst.sh doc/install-guide \
|
||||||
$GLOSSARY --tag ${tag} --target "draft/install-guide-${tag}"
|
$GLOSSARY --tag ${tag} --target "draft/install-guide-${tag}"
|
||||||
done
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user