summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-21 21:26:51 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-21 21:30:39 +0000
commitdf97ee9c181dff81da66b65e0a9e789b5c901a44 (patch)
treeb4161d67e1aedf5e532037fe5e73beaf57c4f223 /docs/Makefile
parent64d76dac8b1aa6cdcdd5e54b8e6db9df8eef93ac (diff)
auto-generate config docs from specfiles
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 29be0741..7668b4da 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -33,8 +33,9 @@ help:
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
-generate_commands:
- python source/generate_commands.py > source/usage/commands.rst
+generate_meta:
+ python source/generate_commands.py
+ python source/generate_configs.py
clean:
-rm -rf $(BUILDDIR)/*