diff options
-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 |