diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-21 17:43:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-21 17:43:10 +0000 |
commit | 567dac608f05e119bd3377f4ce06f650462ed689 (patch) | |
tree | d7ddf3fe652e3762d39c4db8df41d892d028c992 /Build/source/texk/dvipng | |
parent | 8e59f1a263dd829945116de0863fbf023f8f07b5 (diff) |
EXTRA_DIST=TLpatches to reflect new directory names
git-svn-id: svn://tug.org/texlive/trunk@43567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng')
-rw-r--r-- | Build/source/texk/dvipng/Makefile.am | 11 | ||||
-rw-r--r-- | Build/source/texk/dvipng/Makefile.in | 5 |
2 files changed, 5 insertions, 11 deletions
diff --git a/Build/source/texk/dvipng/Makefile.am b/Build/source/texk/dvipng/Makefile.am index 91467872d35..a201f29f4a4 100644 --- a/Build/source/texk/dvipng/Makefile.am +++ b/Build/source/texk/dvipng/Makefile.am @@ -1,15 +1,13 @@ +## $Id$ ## Makefile.am for the TeX Live subdirectory texk/dvipng/ ## -## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2017 Karl Berry <tex-live@tug.org> +## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## -#************************************************************************ -# # Adapted for TeX Live from dvipng-src/Makefile.in # Copyright (C) 2002-2008 Jan-Åke Larsson # -#************************************************************************ -## ## We want to re-distribute the whole original dvipng source tree. ## ## With current automake (1.10.2) 'make distcheck' fails when @@ -18,8 +16,7 @@ EXTRA_DIST = $(DVIPNG_TREE) ## Patches applied to the original source tree -## -EXTRA_DIST += dvipng-PATCHES +EXTRA_DIST += TLpatches # Files not to be distributed include $(srcdir)/../../am/dist_hook.am diff --git a/Build/source/texk/dvipng/Makefile.in b/Build/source/texk/dvipng/Makefile.in index 6336a82e5e8..d133a9b161d 100644 --- a/Build/source/texk/dvipng/Makefile.in +++ b/Build/source/texk/dvipng/Makefile.in @@ -633,13 +633,10 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -#************************************************************************ -# # Adapted for TeX Live from dvipng-src/Makefile.in # Copyright (C) 2002-2008 Jan-Åke Larsson # -#************************************************************************ -EXTRA_DIST = $(DVIPNG_TREE) dvipng-PATCHES dvipng.test dvipng-test.dvi +EXTRA_DIST = $(DVIPNG_TREE) TLpatches dvipng.test dvipng-test.dvi NEVER_DIST = `find . $(NEVER_NAMES)` # Files not to be distributed |