diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 591e327..cf1e461 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.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 DOXYGEN_DOCDIR=$(DOXYDOCS); \ export DOXYGEN_DOCDIR; \ VERSION=$(VERSION) ; \ @@ -33,4 +33,7 @@ language: language.doc language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.py python translator.py +config.doc: ../src/config.xml ../src/configgen.py + python ../src/configgen.py -doc ../src/config.xml > config.doc + FORCE: |