summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.win_make.in
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-06-04 14:15:23 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-06-04 14:15:23 (GMT)
commite90eb41e09adeb8970ef9a64fb8f163f068d7b17 (patch)
tree431650e77325cdf55ef9e710fd0ac1a9d87d3486 /doc/Makefile.win_make.in
parentcd76bda7e377a14bd6b3d321425cf462a46a3f75 (diff)
downloadDoxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.zip
Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.tar.gz
Doxygen-e90eb41e09adeb8970ef9a64fb8f163f068d7b17.tar.bz2
Release-1.2.8
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: