diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-11 22:54:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-11 22:54:49 +0000 |
commit | 507a94e7a5161b9272bdee7845c519004df84732 (patch) | |
tree | 0e3e5ca4f9711f59c34d04e0bed574f9e69de791 /Build/source/texk/dviljk | |
parent | 4902f0bb638a2a0b2c74cb856c0d0985561f38c8 (diff) |
do not propagate leading comments from Makefile.in, do add trailing comment for some *.am
git-svn-id: svn://tug.org/texlive/trunk@61576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk')
-rw-r--r-- | Build/source/texk/dviljk/Makefile.in | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/Build/source/texk/dviljk/Makefile.in b/Build/source/texk/dviljk/Makefile.in index 8804f707125..8eaddd21d4c 100644 --- a/Build/source/texk/dviljk/Makefile.in +++ b/Build/source/texk/dviljk/Makefile.in @@ -14,21 +14,6 @@ @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@ @@ -1325,6 +1310,8 @@ uninstall-bin-links: @WIN32_FALSE@ link=`echo $$s | sed 's,.*:,,'`; \ @WIN32_FALSE@ rm -f $(DESTDIR)$(bindir)/$$link; \ @WIN32_FALSE@ done + +# (end of bin_links.am) .PHONY: install-man1-links uninstall-man1-links install-man1-links: |