summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.win_nmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.win_nmake.in')
-rw-r--r--doc/Makefile.win_nmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.win_nmake.in b/doc/Makefile.win_nmake.in
index 5475eba..b20bee9 100644
--- a/doc/Makefile.win_nmake.in
+++ b/doc/Makefile.win_nmake.in
@@ -30,9 +30,9 @@ clean:
language: language.doc
-language.doc: maintainers.txt language.tpl translator.pl
+language.doc: maintainers.txt language.tpl translator.py
set DOXYGEN_DOCDIR=.
set VERSION=$(VERSION)
- $(PERL) translator.pl
+ python translator.py
FORCE: