Skip to content

Commit

Permalink
Replace static ChangeLog with dist-hook to generate from git log
Browse files Browse the repository at this point in the history
  • Loading branch information
alanc committed Aug 26, 2006
1 parent 8d171fe commit cd09f4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 234 deletions.
233 changes: 0 additions & 233 deletions ChangeLog

This file was deleted.

10 changes: 9 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,12 @@ libXfontinclude_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xfont.pc

EXTRA_DIST = xfont.pc.in autogen.sh include/X11/fonts/fontconf.h.in
EXTRA_DIST = xfont.pc.in autogen.sh include/X11/fonts/fontconf.h.in ChangeLog

.PHONY: ChangeLog

ChangeLog:
GIT_DIR=${srcdir}/.git git-log > ChangeLog

dist-hook: ChangeLog

0 comments on commit cd09f4d

Please # to comment.