summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.win_make.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.win_make.in')
-rw-r--r--doc/Makefile.win_make.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/Makefile.win_make.in b/doc/Makefile.win_make.in
index b1a2009..3b7c3c7 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:
+all: language FORCE
@xcopy /s /q /i ..\examples ..\html\examples
set DOXYGEN_DOCDIR=. & \
set VERSION=$(VERSION) & \
@@ -26,5 +26,13 @@ all:
clean:
del /s /q ..\html ..\latex
+ del translator_report.txt *.bak
+
+language: language.doc
+
+translators: ..\src\translator_*.h
+
+language.doc: translators maintainers.txt language.tpl translator.pl
+ $(PERL) translator.pl
FORCE: