diff options
Diffstat (limited to 'doc/Makefile.win_make.in')
-rw-r--r-- | doc/Makefile.win_make.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile.win_make.in b/doc/Makefile.win_make.in index c19b0e4..418c5b6 100644 --- a/doc/Makefile.win_make.in +++ b/doc/Makefile.win_make.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) & \ @@ -33,4 +33,8 @@ language: language.doc language.doc: maintainers.txt language.tpl translator.py set DOXYGEN_DOCDIR=. & 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: |