diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 12:12:36 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 12:12:36 +0000 |
commit | f68f08979b055dd6b955335219cce08fbe64fca1 (patch) | |
tree | b7bc1d1f2b5639ff19e85dfa1bd59dd25e492407 /Build/source/utils/texdoctk | |
parent | 3e2864914687b1af9d1ce374ee11b3a799e9561a (diff) |
utils/*/: Drop the obsolete ACLOCAL_AMFLAGS
git-svn-id: svn://tug.org/texlive/trunk@34292 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texdoctk')
-rw-r--r-- | Build/source/utils/texdoctk/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/utils/texdoctk/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/utils/texdoctk/Makefile.in | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/utils/texdoctk/ChangeLog b/Build/source/utils/texdoctk/ChangeLog index 150ae366ad4..6feac3fa494 100644 --- a/Build/source/utils/texdoctk/ChangeLog +++ b/Build/source/utils/texdoctk/ChangeLog @@ -1,3 +1,7 @@ +2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS. + 2013-07-05 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Moved Makefile fragments to ../../am/. diff --git a/Build/source/utils/texdoctk/Makefile.am b/Build/source/utils/texdoctk/Makefile.am index 41da8a36950..7b8a4a7135a 100644 --- a/Build/source/utils/texdoctk/Makefile.am +++ b/Build/source/utils/texdoctk/Makefile.am @@ -2,11 +2,9 @@ ## (In a separate directory because we hope that some day a new ## volunteer will appear to take over this program.) ## -## Copyright (C) 2012, 2013 Karl Berry <tex-live@tug.org> +## Copyright (C) 2012-2014 Karl Berry <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## -ACLOCAL_AMFLAGS = -I ../../m4 - EXTRA_DIST = perl_scripts = texdoctk diff --git a/Build/source/utils/texdoctk/Makefile.in b/Build/source/utils/texdoctk/Makefile.in index eb4a941833a..64d46ec0e02 100644 --- a/Build/source/utils/texdoctk/Makefile.in +++ b/Build/source/utils/texdoctk/Makefile.in @@ -258,7 +258,6 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(top_builddir)/../../build-aux/relpath perl_scripts = texdoctk scriptsdir = texmf-dist/scripts/texdoctk |