diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 07:35:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 07:35:45 +0000 |
commit | 37f827f0b8b1b7201265f99233642947f1186a20 (patch) | |
tree | 850e5c477c809b7956d79305f565aa8844390f30 /Build/source/texk/kpathsea/Makefile.am | |
parent | 300f27aeab98423e7bef2f17c0a765244981b3e5 (diff) |
Add the new cnf-to-paths.awk script to EXTRA_DIST
git-svn-id: svn://tug.org/texlive/trunk@22599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 52406abec48..1fc8ff8a460 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -199,7 +199,7 @@ kpathsea.h: Makefile paths.h -e '/^win32lib\.h/d' \ -e 's,^,#include <kpathsea/,' -e s',$$,>,' >>$@ -EXTRA_DIST += bsnl.awk +EXTRA_DIST += bsnl.awk cnf-to-paths.awk DISTCLEANFILES = paths.h stamp-paths kpathsea.h |