diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-28 20:52:05 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-28 20:52:05 +0000 |
commit | b5c6d982341d579a1ee2a555c126cd89669feaeb (patch) | |
tree | b2398eb5afee23114b0b3ad5da8e594c56dc6ae0 /Build/source/utils/xindy/make-rules/alphabets/general | |
parent | d6a5efa59952495f31dff8838676f79b44adeb82 (diff) |
autoreconf
git-svn-id: svn://tug.org/texlive/trunk@7202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/general')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/general/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.in b/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.in index 500bf34df99..4a7d0e274c3 100644 --- a/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.in +++ b/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.in @@ -144,7 +144,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = template.pl utf8.pl.in latin1.xdy +EXTRA_DIST = template.pl utf8.pl.in CLEANFILES = \ utf8.pl \ cp1252.raw \ @@ -153,6 +153,8 @@ CLEANFILES = \ cp850-doc.tex \ latin9.raw \ latin9-doc.tex \ + latin1.raw \ + latin1-doc.tex \ utf8.raw \ utf8-doc.tex |