summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/scripts/Makefile.am
blob: 74c8e1d106561fcb3e43158b7708b85709f745d5 (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
## Makefile.am for the TeX Live subdirectory texk/cjkutils/scripts/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
#

dist_bin_SCRIPTS = \
	bg5latex \
	bg5pdflatex \
	cef5latex \
	cef5pdflatex \
	ceflatex \
	cefpdflatex \
	cefslatex \
	cefspdflatex \
	gbklatex \
	gbkpdflatex \
	sjislatex \
	sjispdflatex

install-exec-hook:
	@cd $(DESTDIR)$(bindir) && \
	  for p in latex pdflatex; do \
	    echo "$(LN_S) gbk$$p bg5+$$p"; \
	    rm -f bg5+$$p; $(LN_S) gbk$$p bg5+$$p; \
	  done

uninstall-hook:
	rm -f $(DESTDIR)$(bindir)/bg5+latex $(DESTDIR)$(bindir)/bg5+pdflatex