[babl] Get rid of ChangeLog



commit d0a68f885ff454c1e5424857cbdd545a828ebd1e
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Mon Apr 2 22:25:22 2012 +0100

    Get rid of ChangeLog
    
    Only sentimental reasons to keep it around.

 ChangeLog.pre-0-1 | 3345 -----------------------------------------------------
 Makefile.am       |   24 -
 2 files changed, 0 insertions(+), 3369 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 840872e..19df326 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,13 +14,11 @@ built_dist_files = README
 
 EXTRA_DIST = \
 	$(built_dist_files)	\
-	ChangeLog.pre-0-1	\
 	AUTHORS			\
 	COPYING			\
 	INSTALL			\
 	NEWS			\
 	TODO			\
-	ChangeLog		\
 	autogen.sh		\
 	m4/introspection.m4	\
 	babl.pc.in
@@ -51,25 +49,3 @@ distclean-local:
 		rm -f $(BUILT_EXTRA_DIST);	\
 	fi
 
-
-
-### ChangeLog generation
-
-CHANGELOG_START = BABL_0_1_0
-
-ChangeLog: $(srcdir)/ChangeLog
-$(srcdir)/ChangeLog:
-	@echo Creating $@
-	@if test -d "$(srcdir)/.git"; then \
-	  (GIT_DIR=$(top_srcdir)/.git ./missing --run \
-	   git log $(CHANGELOG_START)^.. --stat) | fmt --split-only > $  tmp \
-	  && mv -f $  tmp $@ \
-	  || ($(RM) $  tmp; \
-	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
-	      (test -f $@ || echo git-log is required to generate this file >> $@)); \
-	else \
-	  test -f $@ || \
-	  (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
-	  echo A git checkout and git-log is required to generate this file >> $@); \
-	fi
-.PHONY: $(srcdir)/ChangeLog



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