mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 07:37:57 +00:00
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.
47 lines
608 B
Plaintext
47 lines
608 B
Plaintext
# Patterns for all subdirectories: all kinds of automatic backup files.
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.#*
|
|
\#*#
|
|
*.a
|
|
*.o
|
|
*.la
|
|
*.lo
|
|
*.gcno
|
|
*.gcda
|
|
*.class
|
|
*.elc
|
|
*.dll
|
|
*.exe
|
|
*.jar
|
|
*.mdb
|
|
.deps
|
|
.libs
|
|
|
|
# Files generated by the autotools:
|
|
aclocal.m4
|
|
configure
|
|
autom4te.cache
|
|
config.h
|
|
config.log
|
|
config.status
|
|
libtool
|
|
stamp-h1
|
|
/.version
|
|
|
|
!/gettext-runtime/intl/Makefile.in
|
|
Makefile.in
|
|
Makefile
|
|
|
|
/ChangeLog
|
|
/gettext-runtime/ChangeLog
|
|
/gettext-runtime/libasprintf/ChangeLog
|
|
/gettext-tools/ChangeLog
|
|
/gettext-tools/examples/ChangeLog
|
|
|
|
/build-aux/git-version-gen
|
|
/build-aux/gitlog-to-changelog
|
|
/build-aux/snippet
|
|
/build-aux/test-driver
|