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/utils/vlna | |
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/utils/vlna')
-rw-r--r-- | Build/source/utils/vlna/Makefile.am | 9 | ||||
-rw-r--r-- | Build/source/utils/vlna/Makefile.in | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/utils/vlna/Makefile.am b/Build/source/utils/vlna/Makefile.am index 061d40fefcb..98c8483b3e6 100644 --- a/Build/source/utils/vlna/Makefile.am +++ b/Build/source/utils/vlna/Makefile.am @@ -1,12 +1,15 @@ +## $Id$ ## Makefile.am for the TeX Live subdirectory utils/vlna/ ## -## Copyright (C) 2008-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2017 Karl Berry <tex-live@tug.org> +## Copyright 2008-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. -## + ## We want to re-distribute the whole original vlna source tree. EXTRA_DIST = $(VLNA_TREE) + ## Patches applied to the original source tree -EXTRA_DIST += vlna-PATCHES +EXTRA_DIST += TLpatches # Files not to be distributed include $(srcdir)/../../am/dist_hook.am diff --git a/Build/source/utils/vlna/Makefile.in b/Build/source/utils/vlna/Makefile.in index 585b793cbec..2359a2589af 100644 --- a/Build/source/utils/vlna/Makefile.in +++ b/Build/source/utils/vlna/Makefile.in @@ -309,7 +309,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = $(VLNA_TREE) vlna-PATCHES vlna.dvi vlna.tex vlna.idx \ +EXTRA_DIST = $(VLNA_TREE) TLpatches vlna.dvi vlna.tex vlna.idx \ vlna.scn NEVER_DIST = `find . $(NEVER_NAMES)` NEVER_NAMES = -name .svn |