diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-30 23:20:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-30 23:20:19 +0000 |
commit | 112910f3c62e5f91ebd1a1de6e2a38d89783dac0 (patch) | |
tree | 3fbceb4c6fba018f7e5d197802085c8ae6859dec /Build/source/texk | |
parent | 5b220dd618918fcba08d8a57a50ca22f637f2080 (diff) |
kpse_include
git-svn-id: svn://tug.org/texlive/trunk@6455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/texdoctk/ChangeLog | 3 | ||||
-rw-r--r-- | Build/source/texk/texdoctk/Makefile.in | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/Build/source/texk/texdoctk/ChangeLog b/Build/source/texk/texdoctk/ChangeLog new file mode 100644 index 00000000000..420bb4e6199 --- /dev/null +++ b/Build/source/texk/texdoctk/ChangeLog @@ -0,0 +1,3 @@ +2008-01-31 Karl Berry <karl@tug.org> + + * Makefile.in: switch from ac_include to kpse_include. diff --git a/Build/source/texk/texdoctk/Makefile.in b/Build/source/texk/texdoctk/Makefile.in index 78536a0a931..0f3d8f15be9 100644 --- a/Build/source/texk/texdoctk/Makefile.in +++ b/Build/source/texk/texdoctk/Makefile.in @@ -1,11 +1,11 @@ -# Makefile for texlive's extra scripts +# Makefile for texdoctk. # Public domain. -ac_include ../make/paths.mk -ac_include ../make/common.mk -ac_include ../make/programs.mk +kpse_include ../make/paths.mk +kpse_include ../make/common.mk +kpse_include ../make/programs.mk -all: texdoctk +all: texdoctk default: all install: install-data install-exec |