diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 02:14:04 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 02:14:04 +0000 |
commit | 2cc3d9c0e1059e65f505f9ed763d4f39cd2299ca (patch) | |
tree | 73031b2debad16eacae69b75b87e0bddf741322b /Build/source/utils/xindy/make-rules/alphabets/Makefile.am | |
parent | f8ffb07131773909ca4c908c765fa65fd450affe (diff) |
debian patches from xindy_2.3-1 patched Makefile.in files but forgot to patch the corresponding Makefile.am files
git-svn-id: svn://tug.org/texlive/trunk@7007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/Makefile.am')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/Makefile.am b/Build/source/utils/xindy/make-rules/alphabets/Makefile.am index 490522508c3..8c1521f58b5 100644 --- a/Build/source/utils/xindy/make-rules/alphabets/Makefile.am +++ b/Build/source/utils/xindy/make-rules/alphabets/Makefile.am @@ -19,7 +19,7 @@ ## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ## Boston, MA 02110-1301 USA. -langdir = $(pkglibdir)/modules/lang +langdir = $(pkgdatadir)/lang albaniandir = $(langdir)/albanian @@ -1132,7 +1132,7 @@ alphabets-inc.tex : $(DOCS) echo "\section{Codepage latin9}" >>$@ for i in $(DOCS_LATIN9); do echo "\input{$$i}" >>$@; done echo "\ienc{cp1251}" >>$@ - echo "\fenc{T2A}" >>$@ + printf "%s\n" "\fenc{T2A}" >>$@ echo "\chapter{Cyrillic scripts}" >>$@ echo "\section{Codepage 1251}" >>$@ for i in $(DOCS_CYR_1251); do echo "\input{$$i}" >>$@; done @@ -1150,8 +1150,8 @@ if BUILDRULES if BUILDDOCS alphabets-doc.pdf : alphabets-doc.tex alphabets-inc.tex - pdflatex alphabets-doc.tex - pdflatex alphabets-doc.tex + pdflatex -interaction batchmode alphabets-doc.tex + pdflatex -interaction batchmode alphabets-doc.tex docdir = $(datadir)/doc/$(PACKAGE_NAME)-$(PACKAGE_VERSION) |