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/omegafonts | |
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/omegafonts')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/Makefile.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index f5e207b5cf1..8b929b32d1a 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/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'. + VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ @@ -1388,8 +1403,6 @@ $(proglib): ${top_srcdir}/lib/*.c @KPATHSEA_RULE@ -# $Id: bin_links.am 43248 2017-02-16 21:38:29Z karl $ -# am/bin_links.am: Makefile fragment for bindir links. .PHONY: install-bin-links uninstall-bin-links install-bin-links: |