aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-11 13:18:44 +0000
committerlloyd <[email protected]>2014-01-11 13:18:44 +0000
commite8ec0d45423a7729622040986ee6b1f3b4b9a026 (patch)
tree3d5a4fcea5ac76aa24107c01a3dc44ec0beb812e /src/build-data/makefile
parent82072559d40ac0ed1e13c3a8993cc82705e7a574 (diff)
Website tweaks. Rename TLS suite script options.
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r--src/build-data/makefile/gmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/gmake.in b/src/build-data/makefile/gmake.in
index 60520cd5f..40896a321 100644
--- a/src/build-data/makefile/gmake.in
+++ b/src/build-data/makefile/gmake.in
@@ -92,7 +92,7 @@ endif
$(INSTALL_CMD_DATA) $(PKGCONFIG) $(PKGCONF_DIR)
website:
- rm -rf $(WEBSITE_SRC_DIR)
+ rm -rf $(WEBSITE_SRC_DIR) $(WEBSITE_DIR)
mkdir -p $(WEBSITE_SRC_DIR)
cp -r %{doc_dir}/*.rst %{doc_dir}/relnotes %{doc_dir}/website/*.rst $(WEBSITE_SRC_DIR)
sphinx-build -q -c $(SPHINX_CONFIG) -b html $(WEBSITE_SRC_DIR) $(WEBSITE_DIR)