summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2006-07-29 20:23:07 +0200
committerMatthieu Herrb <matthieu@reactor.herrb.com>2006-07-29 20:23:07 +0200
commited20661748b0070771116861972f5d1f00b45ed1 (patch)
tree49237ff1a715bea83c423031691f79e61f4a3c01
parent5faf9733ca4b632ec9a3640b00186b48052b3c03 (diff)
downloadxorg-lib-libXRes-ed20661748b0070771116861972f5d1f00b45ed1.tar.gz
Remove ChangeLog, add a rule to generate it with git-log.
-rw-r--r--ChangeLog118
-rw-r--r--Makefile.am7
2 files changed, 7 insertions, 118 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index c09a0ca..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,118 +0,0 @@
-2006-04-26 Adam Jackson <ajax@freedesktop.org>
-
- * configure.ac:
- Bump to 1.0.1
-
-2006-04-03 Adam Jackson <ajax@freedesktop.org>
-
- * src/Makefile.am:
- Bug #6407: Cygwin build fix. (Yaakov Selkowitz)
-
-2006-02-12 Alan Coopersmith <alan.coopersmith@sun.com>
-
- * man/Makefile.am:
- Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
- Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
-
-2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for final X11R7 release candidate.
-
-2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * man/Makefile.am:
- Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
-
-2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for X11R7 RC3 release.
-
-2005-12-02 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- * src/Makefile.am:
- Add check and cflags for malloc(0) returning NULL.
-
-2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * xres.pc.in:
- Update pkgconfig files to separate library build-time dependencies
- from application build-time dependencies.
- * configure.ac:
- Update dependencies to work with separate build roots.
-
-2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for X11R7 RC2 release.
-
-2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- * src/Makefile.am:
- Update pkgcheck dependencies to work with separate build roots.
-
-2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for RC1 release.
-
-2005-10-12 Alan Coopersmith <alan.coopersmith@sun.com>
-
- * man/Makefile.am:
- * configure.ac:
- Use sed to fill in variables in man page
- Add shadow man pages for man pages that document multiple functions.
-
-2005-07-08 Keith Packard <keithp@keithp.com>
-
- * .cvsignore:
- * man/.cvsignore:
- * src/.cvsignore:
- * src/Makefile.am:
- Add .cvsignore files
- Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-
-2005-06-22 Theo van Klaveren <t.vanklaveren@student.utwente.nl>
-
- Fix make distcheck.
-
- * configure.ac: Also subst RESOURCEEXT_LIBS and XRES_LIBS.
- * src/Makefile.am: Add missing CFLAGS substitution.
-
-2004-05-10 Eric Anholt <anholt@FreeBSD.org>
-
- * Makefile.am:
- * configure.ac:
- * xres.pc.in:
- Properly include LIBS/CFLAGS in .pc and linking.
- Don't include warning CFLAGS in .pc file.
- Bump to version 1.0.2.
-
-2004-02-03 Jim Gettys <jg@freedesktop.org>
-
- * AUTHORS: Get an author file in place.
-
-2004-01-15 Daniel Stone <daniel@fooishbar.org>
- * Tag release 1.0.1 for first freedesktop.org clientside lib release.
-
-2003-11-09 Eric Anholt <anholt@FreeBSD.org>
-
- * configure.ac:
- Make bzip2 distribution.
-
-2003-10-28 Keith Packard <keithp@keithp.com>
-
- * Makefile.am:
- * configure.ac:
- Add GCC warnings.
- Gratuitously change X_CFLAGS to XRES_CFLAGS to make things look more
- like other packages
-
-2003-10-28 Keith Packard <keithp@keithp.com>
-
- * XRes.c:
- Use "XRes.h" instead of <X11/extensions/XRes.h> to build before
- install
diff --git a/Makefile.am b/Makefile.am
index 8175fc9..b6bfc59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,3 +31,10 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xres.pc
EXTRA_DIST = xres.pc.in autogen.sh
+
+.PHONY: ChangeLog
+
+ChangeLog:
+ GIT_DIR=${srcdir}/.git git-log --name-only > ChangeLog
+
+dist-hook: ChangeLog