diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-07 18:00:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-07 18:00:56 +0000 |
commit | 0c7c5013ed0bbc12b2bcbd255cf4989ebc855d69 (patch) | |
tree | 9b16ba679a0c58ef9fdc1d6cb105be96b19c0def /Build/source/utils/xindy | |
parent | aa3e111e5d4398b9a787c9ca452aba79700e706c (diff) |
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
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/utils/xindy/ac/withenable.ac | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/utils/xindy/ChangeLog b/Build/source/utils/xindy/ChangeLog index 2b969a0acdd..6fd49c7fcfe 100644 --- a/Build/source/utils/xindy/ChangeLog +++ b/Build/source/utils/xindy/ChangeLog @@ -1,3 +1,7 @@ +2020-06-07 Karl Berry <karl@freefriends.org> + + * ac/withenable.ac: omit $Id$ from generated output. + 2020-05-28 J\"urgen Spitzm\"uller <spitz@lyx.org> These patches from: diff --git a/Build/source/utils/xindy/ac/withenable.ac b/Build/source/utils/xindy/ac/withenable.ac index 29136c48e34..9cace7a5700 100644 --- a/Build/source/utils/xindy/ac/withenable.ac +++ b/Build/source/utils/xindy/ac/withenable.ac @@ -1,11 +1,11 @@ -# $Id$ -# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/ +## utils/xindy/ac/withenable.ac: configure.ac fragment for TL subdir +dnl $Id$ dnl -dnl Copyright 2009-2018 Karl Berry <tex-live@tug.org> +dnl Copyright 2009-2020 Karl Berry <tex-live@tug.org> dnl Copyright 2009-2010 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl -## configure options and TL libraries required for xindy +## configure options and TL libraries required for xindy. KPSE_ENABLE_PROG([xindy], , [disable]) m4_include(kpse_TL[utils/xindy/ac/xindy.ac]) m4_include(kpse_TL[utils/xindy/ac/clisp.ac]) |