summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 3a0dd7b..1c50c08 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -30,7 +30,7 @@ clean:
language: language.doc
-language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.pl
- $(ENV) VERSION=$(VERSION) DOXYGEN_DOCDIR=. $(PERL) translator.pl
+language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.py
+ python translator.pl
FORCE: