diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-07 18:00:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-07 18:00:56 +0000 |
commit | 0c7c5013ed0bbc12b2bcbd255cf4989ebc855d69 (patch) | |
tree | 9b16ba679a0c58ef9fdc1d6cb105be96b19c0def /Build/source/texk/web2c/Makefile.in | |
parent | aa3e111e5d4398b9a787c9ca452aba79700e706c (diff) |
omit $Id$ in generated output; it is useful, but too painful to commit autosources and generated files separately
git-svn-id: svn://tug.org/texlive/trunk@55466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index a6f8f30118d..058cc729997 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -14,6 +14,21 @@ @SET_MAKE@ +# am/bin_links.am: Makefile fragment for bindir links. +# +# 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'. + @@ -18864,8 +18879,6 @@ $(libsynctex_a_OBJECTS): $(ZLIB_DEPEND) synctexdir/synctex.log: synctex$(EXEEXT) libmd5/md5.log: md5main$(EXEEXT) -# $Id$ -# am/bin_links.am: Makefile fragment for bindir links. .PHONY: install-bin-links uninstall-bin-links install-bin-links: |