summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-24 07:35:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-24 07:35:45 +0000
commit37f827f0b8b1b7201265f99233642947f1186a20 (patch)
tree850e5c477c809b7956d79305f565aa8844390f30 /Build
parent300f27aeab98423e7bef2f17c0a765244981b3e5 (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')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/Makefile.am2
-rw-r--r--Build/source/texk/kpathsea/Makefile.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index efecda3db76..9928f8fa2e1 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-24 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am (EXTRA_DIST): Add the new cnf-to-paths.awk script.
+
2011-05-24 Karl Berry <karl@tug.org>
* tex-file.c (TRUETYPE_SUFFIXES): add .dfont.
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
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in
index 0586ad196e3..8429aae8b2a 100644
--- a/Build/source/texk/kpathsea/Makefile.in
+++ b/Build/source/texk/kpathsea/Makefile.in
@@ -357,7 +357,7 @@ top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I ../../m4
SUBDIRS = . doc man
EXTRA_DIST = BUGS PROJECTS putenv.c strcasecmp.c strtol.c strstr.c \
- bsnl.awk $(TESTS) mktex.cnf
+ bsnl.awk cnf-to-paths.awk $(TESTS) mktex.cnf
INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/..
AM_CFLAGS = $(WARNING_CFLAGS)
lib_LTLIBRARIES = libkpathsea.la