summaryrefslogtreecommitdiff
path: root/Build/source/texk/tetex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/tetex')
-rw-r--r--Build/source/texk/tetex/Makefile.am30
-rw-r--r--Build/source/texk/tetex/Makefile.in18
-rw-r--r--Build/source/texk/tetex/ac/withenable.ac6
3 files changed, 19 insertions, 35 deletions
diff --git a/Build/source/texk/tetex/Makefile.am b/Build/source/texk/tetex/Makefile.am
index e258ee1fbc2..6aa2b88b715 100644
--- a/Build/source/texk/tetex/Makefile.am
+++ b/Build/source/texk/tetex/Makefile.am
@@ -1,3 +1,7 @@
+## Makefile.am for the TeX Live subdirectory texk/tetex/
+##
+## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -103,6 +107,7 @@ install-exec-hook:
&& $(LN_S) allcm allec \
&& $(LN_S) fmtutil mktexfmt \
&& $(LN_S) kpsetool kpsexpand \
+ && $(LN_S) kpsetool kpsepath \
&& $(LN_S) mktexlsr texhash
install-data-hook:
@@ -138,7 +143,7 @@ EXTRA_DIST = \
README.a2ping \
README.texdoctk
-## Not yet used
+## Not used
##
EXTRA_DIST += \
doc/Makefile \
@@ -150,23 +155,12 @@ EXTRA_DIST += \
win32/epstopdf.c \
win32/epstopdf.txt
-## Evenyually delete these files
-##
-EXTRA_DIST += Makefile.in.orig configure.in.orig
-
-#################
-
-# Auxiliary files.
-extra-install-data::
- $(SHELL) $(top_srcdir)/../mkinstalldirs $(texpooldir) $(texmf)/doc/tetex
- $(SHELL) $(top_srcdir)/../mkinstalldirs $(texmf)/texconfig $(texmf)/texconfig/g $(texmf)/texconfig/v $(texmf)/texconfig/x
-
-#
-# This target is invoked by the top-level make,
-# to create the per-format engine symlinks in $(bindir),
-# after everything else is installed. We explicitly specify the
-# fmtutil.cnf file to use for the sake of distro builds. Also, that way
-# we don't have to run mktexlsr also.
+##
+## This target is invoked by the top-level make,
+## to create the per-format engine symlinks in $(bindir),
+## after everything else is installed. We explicitly specify the
+## fmtutil.cnf file to use for the sake of distro builds. Also, that way
+## we don't have to run mktexlsr also.
run_texlinks = $(bindir)/texlinks -f $(web2cdir)/fmtutil.cnf
run-texlinks:
PATH="$(bindir):$(PATH)"; export PATH; $(run_texlinks)
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in
index 1cca3f126c3..26f99774950 100644
--- a/Build/source/texk/tetex/Makefile.in
+++ b/Build/source/texk/tetex/Makefile.in
@@ -263,15 +263,7 @@ web2cdir = ${prefix}/texmf/web2c
dist_web2c_DATA = fmtutil.cnf
EXTRA_DIST = README.a2ping README.texdoctk doc/Makefile \
doc/TETEXDOC.bib doc/TETEXDOC.tex fontinst.bat pdfetex-pl.pool \
- updmap.pl win32/epstopdf.c win32/epstopdf.txt Makefile.in.orig \
- configure.in.orig
-
-#
-# This target is invoked by the top-level make,
-# to create the per-format engine symlinks in $(bindir),
-# after everything else is installed. We explicitly specify the
-# fmtutil.cnf file to use for the sake of distro builds. Also, that way
-# we don't have to run mktexlsr also.
+ updmap.pl win32/epstopdf.c win32/epstopdf.txt
run_texlinks = $(bindir)/texlinks -f $(web2cdir)/fmtutil.cnf
all: all-am
@@ -754,6 +746,7 @@ install-exec-hook:
&& $(LN_S) allcm allec \
&& $(LN_S) fmtutil mktexfmt \
&& $(LN_S) kpsetool kpsexpand \
+ && $(LN_S) kpsetool kpsepath \
&& $(LN_S) mktexlsr texhash
install-data-hook:
@@ -784,13 +777,6 @@ uninstall-hook:
&& rm -f allec.1 ctangle.1 cweave.1 fmtutil-sys.1 kpsexpand.1 \
kpsepath.1 lambda.1 mf-nowin.1 mktexfmt.1 odvicopy.1 \
odvitype.1 pdflatex.1 texconfig-sys.1 texhash.1 updmap-sys.1
-
-#################
-
-# Auxiliary files.
-extra-install-data::
- $(SHELL) $(top_srcdir)/../mkinstalldirs $(texpooldir) $(texmf)/doc/tetex
- $(SHELL) $(top_srcdir)/../mkinstalldirs $(texmf)/texconfig $(texmf)/texconfig/g $(texmf)/texconfig/v $(texmf)/texconfig/x
run-texlinks:
PATH="$(bindir):$(PATH)"; export PATH; $(run_texlinks)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/Build/source/texk/tetex/ac/withenable.ac b/Build/source/texk/tetex/ac/withenable.ac
index 56eef59d965..91ceb8cf219 100644
--- a/Build/source/texk/tetex/ac/withenable.ac
+++ b/Build/source/texk/tetex/ac/withenable.ac
@@ -1,3 +1,7 @@
-## texk/tetex/ac/withenable.ac
+## texk/tetex/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/tetex/
+dnl
+dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
## configure options and TL libraries required for tetex
KPSE_WITH_PROG([tetex], , , [teTeX scripts])