diff options
Diffstat (limited to 'Build/source/am/bin_links.am')
-rw-r--r-- | Build/source/am/bin_links.am | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Build/source/am/bin_links.am b/Build/source/am/bin_links.am index 19837fa4b30..2ff85d0cbe1 100644 --- a/Build/source/am/bin_links.am +++ b/Build/source/am/bin_links.am @@ -1,18 +1,19 @@ -# $Id$ +## $Id$ # am/bin_links.am: Makefile fragment for bindir links. -## -## Copyright 2017 Karl Berry <tex-live@tug.org> -## Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org> -## You may freely use, modify and/or distribute this file. -## -## requires conditional WIN32 -## requires $(bin_links) -## Symlinks within $(bindir): FILE:LINK indicates LINK->FILE -## for binaries and scripts use, e.g., -## binprog$(EXEEXT):foo -## script:bar -## respectively, such that the links created on cygwin are -## 'foo->binprog.exe' and 'bar->script'. +# +# Copyright 2017-2020 Karl Berry <tex-live@tug.org> +# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org> +# You may freely use, modify and/or distribute this file. +# +# requires conditional WIN32 +# requires $(bin_links) +# Symlinks within $(bindir): FILE:LINK indicates LINK->FILE +# for binaries and scripts use, e.g., +# binprog$(EXEEXT):foo +# script:bar +# respectively, such that the links created on cygwin are +# 'foo->binprog.exe' and 'bar->script'. + .PHONY: install-bin-links uninstall-bin-links install-bin-links: |