summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/Makefile.in
blob: 92fa6206f468b7b801c7bf530b37b6db5c547e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# @configure_input@
# Makefile for texlive's extra scripts.
# Public domain.

kpse_include ../make/paths.mk
kpse_include ../make/common.mk
kpse_include ../make/programs.mk

LIVESCRIPTS = simpdftex \
              ebong getnonfreefonts giftopng \
              pdfthumb wordcount.sh \
	      tlmgr

TEXLUARUNNERS = 

manpgs = getnonfreefonts getnonfreefonts-sys

all:  $(LIVESCRIPTS)
default: all

install: install-data install-exec

# Auxiliary files.
install-data::
	for p in $(manpgs); do \
	  $(INSTALL_DATA) $(srcdir)/$$p.man $(man1dir)/$$p.$(manext); \
	done

install-exec:
	-$(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
	for s in $(TEXLUARUNNERS); do \
	  rm -f $(scriptdir)/$$s ; \
	  ln -s texlua-perl-runner $(scriptdir)/$$s; \
	done

kpse_include ../make/clean.mk

config.status: $(srcdir)/configure
	$(SHELL) $(srcdir)/configure --no-create --verbose

Makefile: $(srcdir)/Makefile.in config.status
	$(SHELL) config.status

check: