summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/alephdir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-28 18:29:28 +0000
committerKarl Berry <karl@freefriends.org>2008-05-28 18:29:28 +0000
commit1aa068456162cd62d4b5345d1b39735fcd1a7ed8 (patch)
treee42248520cb3c20fcb8ffed66f89bd533ad16577 /Build/source/texk/web2c/alephdir
parentc32c9686cac372d7c06135da5985f61f080b21ee (diff)
avoid running fmtutil/updmap/etc., and avoid making dumps
git-svn-id: svn://tug.org/texlive/trunk@8396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/alephdir')
-rw-r--r--Build/source/texk/web2c/alephdir/aleph.mk29
1 files changed, 3 insertions, 26 deletions
diff --git a/Build/source/texk/web2c/alephdir/aleph.mk b/Build/source/texk/web2c/alephdir/aleph.mk
index 6ace4bd3781..71e5e875681 100644
--- a/Build/source/texk/web2c/alephdir/aleph.mk
+++ b/Build/source/texk/web2c/alephdir/aleph.mk
@@ -157,32 +157,9 @@ lamed.fmt: aleph
#
# Installation.
-install-aleph: install-aleph-exec install-aleph-data
-install-aleph-exec: install-aleph-programs install-aleph-links
-install-aleph-data: install-aleph-pool @FMU@ install-aleph-dumps
-install-aleph-dumps: install-aleph-fmts
-
-# The actual binary executables and pool files.
-install-programs: @ALEPH@ install-aleph-programs
-install-aleph-programs: aleph $(bindir)
+install-aleph: install-aleph-exec
+install-programs: @ALEPH@ install-aleph-exec
+install-aleph-exec: aleph $(bindir)
for p in aleph; do $(INSTALL_LIBTOOL_PROG) $$p $(bindir); done
-install-links: @ALEPH@ install-aleph-links
-install-aleph-links: install-aleph-programs
- #cd $(bindir) && (rm -f inialeph viraleph; \
- # $(LN) aleph inialeph; $(LN) aleph viraleph)
-
-install-fmts: @ALEPH@ install-aleph-fmts
-install-aleph-fmts: afmts $(afmtdir)
- afmts="$(all_afmts)"; \
- for f in $$afmts; do $(INSTALL_DATA) $$f $(afmtdir)/$$f; done
- afmts="$(afmts)"; \
- for f in $$afmts; do base=`basename $$f .fmt`; \
- (cd $(bindir) && (rm -f $$base; $(LN) aleph $$base)); done
-
-# Auxiliary files.
-install-data:: @ALEPH@ install-aleph-data
-install-aleph-pool: aleph.pool $(texpooldir)
- $(INSTALL_DATA) aleph.pool $(texpooldir)/aleph.pool
-
# end of aleph.mk