From 0c7c5013ed0bbc12b2bcbd255cf4989ebc855d69 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Jun 2020 18:00:56 +0000 Subject: 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 --- Build/source/am/ChangeLog | 4 +++- Build/source/am/bin_links.am | 29 +++++++++++++++-------------- Build/source/am/recurse.am | 12 ++++++------ 3 files changed, 24 insertions(+), 21 deletions(-) (limited to 'Build/source/am') diff --git a/Build/source/am/ChangeLog b/Build/source/am/ChangeLog index 6b72cb9fc35..cf4170e688d 100644 --- a/Build/source/am/ChangeLog +++ b/Build/source/am/ChangeLog @@ -1,6 +1,8 @@ 2017-02-17 Karl Berry - * recurse.am: doc fixes. + * bin_links.am, + * recurse.am: consistently omit $Id$ from generated Makefile.in, + but do include comments. 2017-02-16 Karl Berry 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 -## Copyright 2011-2013 Peter Breitenlohner -## 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 +# Copyright 2011-2013 Peter Breitenlohner +# 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: diff --git a/Build/source/am/recurse.am b/Build/source/am/recurse.am index 3c6221a93db..7bfe320c99d 100644 --- a/Build/source/am/recurse.am +++ b/Build/source/am/recurse.am @@ -1,9 +1,9 @@ -# $Id$ -## am/recurse.am: Makefile fragment to configure and build subdirs. -## -## Copyright 2017 Karl Berry -## Copyright 2013 Peter Breitenlohner -## You may freely use, modify and/or distribute this file. +## $Id$ +# am/recurse.am: Makefile fragment to configure and build subdirs. +# +# Copyright 2017-2020 Karl Berry +# Copyright 2013 Peter Breitenlohner +# You may freely use, modify and/or distribute this file. # # Requires $(recurse_this) and $(recurse_top). # Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4). -- cgit v1.2.3