diff options
author | lloyd <[email protected]> | 2014-01-11 13:18:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-11 13:18:44 +0000 |
commit | e8ec0d45423a7729622040986ee6b1f3b4b9a026 (patch) | |
tree | 3d5a4fcea5ac76aa24107c01a3dc44ec0beb812e /src/build-data | |
parent | 82072559d40ac0ed1e13c3a8993cc82705e7a574 (diff) |
Website tweaks. Rename TLS suite script options.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/botan.doxy.in | 1 | ||||
-rw-r--r-- | src/build-data/makefile/gmake.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index 49d18fe7c..4f37dde29 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -61,7 +61,6 @@ GENERATE_DEPRECATEDLIST= YES ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES -SHOW_DIRECTORIES = NO FILE_VERSION_FILTER = #--------------------------------------------------------------------------- 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) |