diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-27 02:20:22 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-27 02:20:22 +0000 |
commit | 5de3e7f7865dc0d21573dc0fa330aed4737c1881 (patch) | |
tree | 3e256f331c874d39d5e170945284885c29fca582 /Build/source/utils/xindy/make-rules/alphabets/serbian/Makefile.am | |
parent | 92f9b4bbb8ba7e7bb3da6715616707b748e52aa4 (diff) |
make "make dist" and "make distcheck" work:
configure.ac: removed no-dist option from AM_INIT_AUTOMAKE
src/Makefile.am: new file
rte/ordrules/Makefile.am: new file, based on old Makefile.in
(rte/ordrules directory previously did not use automake)
other Makefile.am files - various cleanups to make "make distcheck" work
git-svn-id: svn://tug.org/texlive/trunk@7174 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/serbian/Makefile.am')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/serbian/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/serbian/Makefile.am b/Build/source/utils/xindy/make-rules/alphabets/serbian/Makefile.am index 6327f7b6dde..1dfaeb93af1 100644 --- a/Build/source/utils/xindy/make-rules/alphabets/serbian/Makefile.am +++ b/Build/source/utils/xindy/make-rules/alphabets/serbian/Makefile.am @@ -19,9 +19,10 @@ ## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ## Boston, MA 02110-1301 USA. -EXTRA_DIST = cp1251.pl iso88595.pl isoir111.pl utf8.pl.in +EXTRA_DIST = utf8.pl.in CLEANFILES = \ + utf8.pl \ cp1251.raw \ cp1251-doc.tex \ iso88595.raw \ @@ -30,7 +31,3 @@ CLEANFILES = \ isoir111-doc.tex \ utf8.raw \ utf8-doc.tex - - - - |