Grab the ChangeLog generation rule from libX11.

This commit is contained in:
Zephaniah E. Hull
2006-07-11 16:42:41 -04:00
parent 9cb7c3dbad
commit f7a9c74fbc

View File

@@ -20,3 +20,14 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
EXTRA_DIST=ChangeLog
CLEANFILES=ChangeLog
.PHONY: ChangeLog
ChangeLog:
git-log > ChangeLog
dist-hook: ChangeLog