[gedit-plugins] Remove ancient ChangeLog files



commit 1a1ea1eab4b5b5d9aff3f8346a1b50831b194247
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Wed Jan 9 22:33:37 2019 -0500

    Remove ancient ChangeLog files
    
    Use git log if you want a changelog
    
    Otherwise, NEWS is adequate.
    
    Add "foreign" to configure.ac so autotools doesn't complain.

 ChangeLog             |    2 -
 ChangeLog-20090414    |  975 --------------------------
 Makefile.am           |   17 -
 configure.ac          |    2 +-
 po/ChangeLog          |  647 -----------------
 po/ChangeLog-20011116 | 1363 ------------------------------------
 po/ChangeLog-20060329 | 1828 -------------------------------------------------
 7 files changed, 1 insertion(+), 4833 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7034d8d..9d9cba6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST =                   \
        autogen.sh              \
-       ChangeLog-20090414      \
        gedit-plugins.doap
 
 CLEANFILES =
@@ -69,20 +68,4 @@ GITIGNOREFILES =                             \
 
 include plugins/Makefile.am
 
-CHANGELOG_START = GEDIT_PLUGINS_2_26_1
-
-dist-hook:
-       @if test -d "$(srcdir)/.git"; \
-       then \
-               echo Creating ChangeLog && \
-               (GIT_DIR=$(top_srcdir)/.git \
-                 ./missing --run git log $(CHANGELOG_START)^^.. --stat -M -C --name-status  --date=short 
--no-color) | \
-                 fmt --split-only > ChangeLog.tmp \
-               && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
-               || ( rm -f ChangeLog.tmp ; \
-                 echo Failed to generate ChangeLog >&2 ); \
-       else \
-               echo A git clone is required to generate a ChangeLog >&2; \
-       fi
-
 -include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 746368d..ba525fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([plugins])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PREFIX_PROGRAM([gedit])
 
-AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip subdir-objects -Wno-portability])
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip foreign subdir-objects -Wno-portability])
 AM_MAINTAINER_MODE([enable])
 
 AM_SILENT_RULES([yes])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]