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.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.in')
-rw-r--r-- | doc/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 38675ed..c330d4f 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,5 +1,5 @@ # -# +# $Id$ # # Copyright (C) 1997-2001 by Dimitri van Heesch. # @@ -26,13 +26,11 @@ all: language FORCE @cp doxygen_logo.eps ../latex clean: - rm -rf ../html ../latex language.doc + rm -rf ../html ../latex *.bak translator_report.txt language: language.doc -translators: $(wildcard ../src/translator_*.h) - -language.doc: translators maintainers.txt language.tpl translator.pl +language.doc: maintainers.txt language.tpl translator.pl $(PERL) translator.pl FORCE: |