aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-10 22:49:37 +0000
committerlloyd <[email protected]>2015-01-10 22:49:37 +0000
commit49a83930fdc013d21318917a34e1ab940889ecd3 (patch)
treee6d756f45f473cdbd46d4160eea87770b6c46f41 /src/build-data
parent5becd02f3aa5ad7e12958bc20b8fbc8816561e32 (diff)
Create a combined news page for the website
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/makefile/gmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/makefile/gmake.in b/src/build-data/makefile/gmake.in
index f934dfca4..be8947cf1 100644
--- a/src/build-data/makefile/gmake.in
+++ b/src/build-data/makefile/gmake.in
@@ -67,6 +67,7 @@ website:
rm -rf $(WEBSITE_SRC_DIR) $(WEBSITE_DIR)
mkdir -p $(WEBSITE_SRC_DIR)
cp -r %{doc_dir}/*.txt %{doc_dir}/*.rst %{doc_dir}/relnotes %{doc_dir}/website/*.rst $(WEBSITE_SRC_DIR)
+ ./src/scripts/combine_relnotes.py %{doc_dir}/relnotes > $(WEBSITE_SRC_DIR)/news.rst
sphinx-build -c $(SPHINX_CONFIG) -b html $(WEBSITE_SRC_DIR) $(WEBSITE_DIR)
sphinx-build -c $(SPHINX_CONFIG) -b html %{doc_dir}/manual $(WEBSITE_DIR)/manual
rm -rf $(WEBSITE_DIR)/.doctrees