From 32367ea30928f6a5a811eb89da168bfb07c08716 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 7 May 2016 11:12:37 +0200 Subject: [PATCH] Activate generating the Debian guide Re-activate the generation of the Debian guide by default. Change-Id: Icdff3403b024a20c7e8c08ba9e0c5e104c34089b --- doc/install-guide/source/index.rst | 1 + tools/build-install-guides-rst.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install-guide/source/index.rst b/doc/install-guide/source/index.rst index d54db14e38..daba6542f4 100644 --- a/doc/install-guide/source/index.rst +++ b/doc/install-guide/source/index.rst @@ -123,6 +123,7 @@ Contents swift.rst heat.rst ceilometer.rst + trove.rst launch-instance.rst common/app_support.rst diff --git a/tools/build-install-guides-rst.sh b/tools/build-install-guides-rst.sh index 46b23299b8..684aa01a64 100755 --- a/tools/build-install-guides-rst.sh +++ b/tools/build-install-guides-rst.sh @@ -2,7 +2,7 @@ mkdir -p publish-docs -TAGS=${1:-obs rdo ubuntu} +TAGS=${1:-obs rdo ubuntu debian} INDEX=doc/install-guide/source/index.rst LINKCHECK=""