diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-10-14 10:20:34 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-10-14 15:00:09 +0900 |
commit | 614ff78da50d3b16b538c07d338dc4a9b32d6261 (patch) | |
tree | f83f25d6bb018d560ad99ecb95b767ee90b79881 /gnulib-local | |
parent | ac1632889dfc001ca13a4debaf1e632889d866d0 (diff) | |
download | external_gettext-614ff78da50d3b16b538c07d338dc4a9b32d6261.zip external_gettext-614ff78da50d3b16b538c07d338dc4a9b32d6261.tar.gz external_gettext-614ff78da50d3b16b538c07d338dc4a9b32d6261.tar.bz2 |
build: Remove ChangeLogs
Generate ChangeLog files at "make dist" time, using
gitlog-to-changelog. We still keep ChangeLog files under "po" and
"intl" directories, since those files are copied as part of gettext
infrastructure and it is still meaningful to have them there.
* .gitignore: Add ChangeLog files.
* Admin/release-steps: Remove mention of running update-changelog
script.
* Admin/update-changelog: Remove.
* Makefile.am (gen-ChangeLog): New rule.
* autogen.sh: Copy gitlog-to-changelog from gnulib. Create empty
ChangeLog files to suppress Automake errors.
* gettext-tools/doc/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/man/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/src/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gettext-tools/tests/Makefile.am (EXTRA_DIST): Remove ChangeLog.0.
* gnulib-local/Makefile.am (EXTRA_DIST): Remove ChangeLog files.
* */ChangeLog: Rename to ChangeLog.0 or ChangeLog.1.
* HACKING: Add brief guideline to submit patches.
Diffstat (limited to 'gnulib-local')
-rw-r--r-- | gnulib-local/ChangeLog.0 (renamed from gnulib-local/ChangeLog) | 0 | ||||
-rw-r--r-- | gnulib-local/Makefile.am | 7 |
2 files changed, 1 insertions, 6 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog.0 index 30d48c2..30d48c2 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog.0 diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 9b217e5..34ebea9 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -18,9 +18,8 @@ ## Process this file with automake to produce Makefile.in. # Generate this list with -# find . '(' -name CVS -o -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012' +# find . '(' -name CVS -o -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' -or -name 'ChangeLog.*' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012' EXTRA_DIST = \ -ChangeLog \ build-aux/moopp \ lib/addext.c \ lib/alloca.in.h \ @@ -29,8 +28,6 @@ lib/backupfile.c \ lib/backupfile.h \ lib/basename.c \ lib/basename.h \ -lib/ChangeLog.0 \ -lib/ChangeLog.1 \ lib/closeout.c \ lib/closeout.h \ lib/error.h.diff \ @@ -250,8 +247,6 @@ lib/xmalloc.c \ lib/xstrdup.c \ m4/alloca.m4 \ m4/backupfile.m4 \ -m4/ChangeLog.0 \ -m4/ChangeLog.1 \ m4/curses.m4 \ m4/gcj.m4 \ m4/hard-locale.m4.diff \ |