summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorVladimir Volovich <vvv@vsu.ru>2008-06-05 02:14:06 +0000
committerVladimir Volovich <vvv@vsu.ru>2008-06-05 02:14:06 +0000
commit4e6868bd16be33f9da208832266441c678896ef6 (patch)
treefd999df6478b84635cfca336a6aef8f26e393f3b /Build
parent13737083187fd3061846640ad83b7b60a77e2bf4 (diff)
per discussion with Karl: install remaining LIVESCRIPTS as LINKED_SCRIPTS:
simpdftex: master copy in Master/texmf/scripts/simpdftex/simpdftex slave copy in Build/source/texk/texlive/linked_scripts/simpdftex symlink in bin/ARCH/simpdftex => ../../texmf/scripts/simpdftex/simpdftex ebong: master copy in Master/texmf-dist/scripts/bengali/ebong.py slave copy in Build/source/texk/texlive/linked_scripts/ebong.py symlink in bin/ARCH/ebong => ../../texmf-dist/scripts/bengali/ebong.py giftopng temporarily drop, pending Karl's decision whether and where to keep it it is used in Master/texmf-dist/tex/xmltex/passivetex/fotex.sty git-svn-id: svn://tug.org/texlive/trunk@8575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/texlive/Makefile.in19
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/ebong.py (renamed from Build/source/texk/texlive/ebong)0
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/simpdftex (renamed from Build/source/texk/texlive/simpdftex)0
3 files changed, 6 insertions, 13 deletions
diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in
index 067822511c1..574b29336a3 100644
--- a/Build/source/texk/texlive/Makefile.in
+++ b/Build/source/texk/texlive/Makefile.in
@@ -7,8 +7,6 @@ kpse_include ../make/paths.mk
kpse_include ../make/common.mk
kpse_include ../make/programs.mk
-LIVESCRIPTS = simpdftex ebong giftopng
-
# Copies of these scripts exist in /source/live_scripts/ for the sake
# of avoiding dangling links produced by Build; the instances
# in texmf are the masters (except when it is CTAN).
@@ -17,12 +15,14 @@ LINKED_SCRIPTS = \
texmf/scripts/epstopdf/epstopdf.pl \
texmf/scripts/pkfix/pkfix.pl \
texmf/scripts/ps2eps/ps2eps.pl \
+ texmf/scripts/simpdftex/simpdftex \
texmf/scripts/tetex/e2pall.pl \
texmf/scripts/tetex/texdoctk.pl \
texmf/scripts/texlive/getnonfreefonts.pl \
texmf/scripts/texlive/rungs.tlu \
texmf/scripts/texlive/texdoc.tlu \
texmf/scripts/texlive/tlmgr.pl \
+ texmf-dist/scripts/bengali/ebong.py \
texmf-dist/scripts/dviasm/dviasm.py \
texmf-dist/scripts/glossaries/makeglossaries \
texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl \
@@ -38,7 +38,7 @@ LINKED_SCRIPTS = \
manpgs = getnonfreefonts getnonfreefonts-sys
-all: $(LIVESCRIPTS)
+all:
default: all
install: install-data install-exec
@@ -49,15 +49,6 @@ install-data::
$(INSTALL_DATA) $(srcdir)/$$p.man $(man1dir)/$$p.$(manext); \
done
-install-exec: install-linked-scripts
- -$(SHELL) $(srcdir)/../mkinstalldirs $(scriptdir)
- for s in $(LIVESCRIPTS); do \
- rm -f $(scriptdir)/$$s ; \
- $(INSTALL_SCRIPT) $(srcdir)/$$s $(scriptdir)/$$s; \
- done
- rm -f $(scriptdir)/getnonfreefonts-sys
- ln -s getnonfreefonts $(scriptdir)/getnonfreefonts-sys
-
# The idea here is to install the scripts themselves in texmf*/scripts,
# and have bin/arch/foo be a symlink to, say,
# ../../texmf/scripts/foo/foo.pl (for Perl). That way we save a bit of
@@ -72,7 +63,7 @@ install-exec: install-linked-scripts
# By the way, $(scriptdir) here is the binary directory, e.g.,
# bin/i386-linux, not the texmf*/scripts dir.
#
-install-linked-scripts:
+install-exec:
-$(SHELL) $(srcdir)/../mkinstalldirs $(scriptdir)
# - link to the basename, removing any extension, of the source.
# - we downcase for the sake of TeXcount.pl -> texcount.
@@ -92,6 +83,8 @@ install-linked-scripts:
$(INSTALL_SCRIPT) $(srcdir)/linked_scripts/`basename $$s` $(prefix)/$$s; \
ln -s $$d/$$s $$target; \
done
+ rm -f $(scriptdir)/getnonfreefonts-sys
+ ln -s getnonfreefonts $(scriptdir)/getnonfreefonts-sys
kpse_include ../make/clean.mk
diff --git a/Build/source/texk/texlive/ebong b/Build/source/texk/texlive/linked_scripts/ebong.py
index c4162cf0ef6..c4162cf0ef6 100755
--- a/Build/source/texk/texlive/ebong
+++ b/Build/source/texk/texlive/linked_scripts/ebong.py
diff --git a/Build/source/texk/texlive/simpdftex b/Build/source/texk/texlive/linked_scripts/simpdftex
index e5d5d4218b3..e5d5d4218b3 100755
--- a/Build/source/texk/texlive/simpdftex
+++ b/Build/source/texk/texlive/linked_scripts/simpdftex