From 37f827f0b8b1b7201265f99233642947f1186a20 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 24 May 2011 07:35:45 +0000 Subject: 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 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/Makefile.am | 2 +- Build/source/texk/kpathsea/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build') 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 + + * Makefile.am (EXTRA_DIST): Add the new cnf-to-paths.awk script. + 2011-05-24 Karl Berry * 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 ,' >>$@ -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 -- cgit v1.2.3