diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-13 13:56:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-13 13:56:25 +0000 |
commit | cfecd15f14dd1abe185097b7a93f0d36cda93756 (patch) | |
tree | 00ce7522e33827eff18c64ab8b513f5cb6ed4bf2 /Build/source/utils/xindy-new/xindy/make-rules/alphabets/french | |
parent | d504c9ecaaf9af28c356864a0fa984e961434729 (diff) |
utils/xindy-new/ build system: add generated .pl files
git-svn-id: svn://tug.org/texlive/trunk@16702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules/alphabets/french')
-rw-r--r-- | Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.am | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.am b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.am index 556fb9678b4..c4028510076 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.am +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.am @@ -1,6 +1,6 @@ ## Makefile fragment for french. -## Copyright (C) 2009 by Peter Breitenlohner. +## Copyright (C) 2009, 2010 by Peter Breitenlohner. ## Copyright (C) 2004-2005 by Gour. ## ## This program is free software; you can redistribute it and/or @@ -21,9 +21,15 @@ subdirs += french nobase_nodist_lang_DATA += \ - french/cp1252-lang.xdy french/cp1252-test.xdy french/cp1252.xdy \ - french/latin9-lang.xdy french/latin9-test.xdy french/latin9.xdy \ - french/utf8-lang.xdy french/utf8-test.xdy french/utf8.xdy + french/utf8-lang.xdy \ + french/utf8-test.xdy \ + french/utf8.xdy \ + french/cp1252-lang.xdy \ + french/cp1252-test.xdy \ + french/cp1252.xdy \ + french/latin9-lang.xdy \ + french/latin9-test.xdy \ + french/latin9.xdy DOCS_CP1252 += \ french/cp1252-doc.tex @@ -37,8 +43,13 @@ DOCS_UTF8_LAT += \ EXTRA_DIST += \ french/utf8.pl.in +dist_noinst_DATA += \ + french/cp1252.pl \ + french/latin9.pl + CLEANFILES += \ - french/cp1252.pl french/cp1252.raw \ - french/latin9.pl french/latin9.raw \ - french/utf8.pl french/utf8.raw + french/utf8.pl \ + french/utf8.raw \ + french/cp1252.raw \ + french/latin9.raw |