[gedit] Remove old ChangeLogs



commit ffd59a6d6f29c3096f1bf73450293717f2e306d9
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Feb 5 18:31:45 2014 +0100

    Remove old ChangeLogs
    
    Nobody cares anymore, and they get in the way of git grep

 ChangeLog                  |    3 +-
 ChangeLog-20011116         | 4166 -------------------------
 ChangeLog-20051212         | 1754 -----------
 ChangeLog-20090418         | 7277 --------------------------------------------
 Makefile.am                |   23 +-
 gedit/ChangeLog-20011116   | 2238 --------------
 gedit/ChangeLog-20051212   | 4672 ----------------------------
 help/ChangeLog-20090418    |  707 -----
 plugins/ChangeLog-20011116 |  269 --
 plugins/ChangeLog-20051212 | 1123 -------
 po/ChangeLog-20011116      | 1363 ---------
 po/ChangeLog-20051212      | 4492 ---------------------------
 po/ChangeLog-20090418      | 3909 ------------------------
 13 files changed, 3 insertions(+), 31993 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 35b2282..1397dbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1 @@
-The ChangeLog is autogenerated when creating the release.
-If you are seeing this, use git log for viewing the list of changes.
+Refer to the "git log" for a detailed list of changes
diff --git a/Makefile.am b/Makefile.am
index 9baf824..6859fd3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,9 +9,6 @@ endif
 
 EXTRA_DIST =                   \
        BUGS                    \
-       ChangeLog-20011116      \
-       ChangeLog-20051212      \
-       ChangeLog-20090418      \
        HACKING                 \
        MAINTAINERS             \
        gedit.doap              \
@@ -111,27 +108,11 @@ noinst_PROGRAMS += $(TESTS)
 @INTLTOOL_DESKTOP_RULE@
 @INTLTOOL_XML_RULE@
 
-CHANGELOG_START = GEDIT_2_26_1
-
-dist-hook: dist-hook-changelog dist-hook-cleanup
+dist-hook: dist-hook-cleanup
 
 dist-hook-cleanup:
        cd $(distdir); rm -f $(BUILT_SOURCES)
 
-dist-hook-changelog:
-       @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
-
-.PHONY: dist-hook-cleanup dist-hook-changelog
+.PHONY: dist-hook-cleanup
 
 -include $(top_srcdir)/git.mk


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