summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.win_nmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.win_nmake.in')
-rw-r--r--doc/Makefile.win_nmake.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.win_nmake.in b/doc/Makefile.win_nmake.in
index f8705f3..b889e7c 100644
--- a/doc/Makefile.win_nmake.in
+++ b/doc/Makefile.win_nmake.in
@@ -12,7 +12,7 @@
# Documents produced by Doxygen are derivative works derived from the
# input used in their production; they are not affected by this license.
-all: language FORCE
+all: language config.doc FORCE
@xcopy /s /q /i ..\examples ..\html\examples
set DOXYGEN_DOCDIR=.
set VERSION=$(VERSION)
@@ -35,4 +35,7 @@ language.doc: maintainers.txt language.tpl translator.py
set VERSION=$(VERSION)
python translator.py
+config.doc: ../src/config.xml ../src/configgen.py
+ python ../src/configgen.py -doc ../src/config.xml > config.doc
+
FORCE: