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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.win_make.in b/doc/Makefile.win_make.in
index 7444f6c..3d5248e 100644
--- a/doc/Makefile.win_make.in
+++ b/doc/Makefile.win_make.in
@@ -30,7 +30,7 @@ clean:
language: language.doc
-language.doc: maintainers.txt language.tpl translator.pl
- set DOXYGEN_DOCDIR=. & set VERSION=$(VERSION) & $(PERL) translator.pl
+language.doc: maintainers.txt language.tpl translator.py
+ set DOXYGEN_DOCDIR=. & set VERSION=$(VERSION) & python translator.py
FORCE: