diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-06-04 15:05:54 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-06-04 15:05:54 (GMT) |
commit | c2107e15c87bc0b964d333e24ec193c1a2d27335 (patch) | |
tree | b34a73466f4c60956a1a080c644828cb023ceec9 /doc/Makefile.win_nmake.in | |
parent | e8f0cb890c1b6c833d28ba33103685edccab54a5 (diff) | |
download | Doxygen-c2107e15c87bc0b964d333e24ec193c1a2d27335.zip Doxygen-c2107e15c87bc0b964d333e24ec193c1a2d27335.tar.gz Doxygen-c2107e15c87bc0b964d333e24ec193c1a2d27335.tar.bz2 |
Release-1.2.8
Diffstat (limited to 'doc/Makefile.win_nmake.in')
-rw-r--r-- | doc/Makefile.win_nmake.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.win_nmake.in b/doc/Makefile.win_nmake.in index dd53b22..13e386d 100644 --- a/doc/Makefile.win_nmake.in +++ b/doc/Makefile.win_nmake.in @@ -28,9 +28,9 @@ clean: del /s /q ..\html ..\latex del translator_report.txt *.bak -language: language.doc language.tpl translator.pl +language: language.doc -language.doc: language.tpl FORCE +language.doc: maintainers.txt language.tpl translator.pl $(PERL) translator.pl FORCE: |