diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.win_make.in | 4 | ||||
-rw-r--r-- | doc/Makefile.win_nmake.in | 4 | ||||
-rw-r--r-- | doc/language.doc | 2 |
3 files changed, 5 insertions, 5 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: 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: diff --git a/doc/language.doc b/doc/language.doc index 839ffbe..56be813 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -23,7 +23,7 @@ text fragments, generated by doxygen, can be produced in languages other than English (the default). The output language is chosen through the configuration file (with default name and known as Doxyfile). -Currently (version 1.3.6-20040413), 28 languages +Currently (version 1.3.6-20040427), 28 languages are supported (sorted alphabetically): Brazilian Portuguese, Catalan, Chinese, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, |