diff options
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/general/Makefile.am')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/general/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.am b/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.am index cf02954d1b1..00f1c2f68b2 100644 --- a/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.am +++ b/Build/source/utils/xindy/make-rules/alphabets/general/Makefile.am @@ -19,7 +19,7 @@ ## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ## Boston, MA 02110-1301 USA. -EXTRA_DIST = template.pl utf8.pl.in latin1.xdy +EXTRA_DIST = template.pl utf8.pl.in CLEANFILES = \ utf8.pl \ @@ -29,5 +29,7 @@ CLEANFILES = \ cp850-doc.tex \ latin9.raw \ latin9-doc.tex \ + latin1.raw \ + latin1-doc.tex \ utf8.raw \ utf8-doc.tex |