diff options
Diffstat (limited to 'Build/source/texk/cjkutils/scripts/Makefile.am')
-rw-r--r-- | Build/source/texk/cjkutils/scripts/Makefile.am | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Build/source/texk/cjkutils/scripts/Makefile.am b/Build/source/texk/cjkutils/scripts/Makefile.am deleted file mode 100644 index 74c8e1d1065..00000000000 --- a/Build/source/texk/cjkutils/scripts/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -## 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 - |