diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-24 19:06:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-24 19:06:53 +0000 |
commit | 5d073ea1c013de6b73c47c8d3686f72e262d3546 (patch) | |
tree | 5f4cb6362b0661a6a7dd2049e2ea109f474aaca3 /Build/source/texk/kpathsea/Makefile.in | |
parent | 2dc78a5f296037350461b7c662d0dd4ebf316424 (diff) |
remove stale HIER, INSTALL, (sort of) update PROJECTS
git-svn-id: svn://tug.org/texlive/trunk@16502 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.in')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index fe999188a5b..a3ba0117cc4 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -56,7 +56,7 @@ DIST_COMMON = README $(am__configure_deps) $(dist_noinst_DATA) \ ../../build-aux/config.sub ../../build-aux/depcomp \ ../../build-aux/install-sh ../../build-aux/ltmain.sh \ ../../build-aux/missing ../../build-aux/texinfo.tex \ - ../../build-aux/ylwrap AUTHORS ChangeLog INSTALL NEWS putenv.c \ + ../../build-aux/ylwrap AUTHORS ChangeLog NEWS putenv.c \ strcasecmp.c strstr.c strtol.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ @@ -350,9 +350,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 SUBDIRS = . doc man -EXTRA_DIST = BUGS HIER PROJECTS README.CONFIGURE putenv.c strcasecmp.c \ - strtol.c strstr.c mktex.cnf Makefile.in.orig common.ac.orig \ - withenable.ac +EXTRA_DIST = BUGS PROJECTS putenv.c strcasecmp.c strtol.c strstr.c \ + mktex.cnf Makefile.in.orig common.ac.orig withenable.ac INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/.. AM_CFLAGS = $(WARNING_CFLAGS) lib_LTLIBRARIES = libkpathsea.la |