diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2006-06-19 09:32:11 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2006-06-19 09:32:11 -0700 |
commit | 5114639dff73c22845451acffed94f1da284a7df (patch) | |
tree | d0a9278df4971faad5437bf8559a2fd58b1b8ad2 | |
parent | 04d344dfcbb9928cf33943a880de333557e14be9 (diff) |
Generate the ChangeLog from git history for dist.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.am | 8 |
2 files changed, 8 insertions, 1 deletions
@@ -19,3 +19,4 @@ libtool ltmain.sh missing stamp-h1 +ChangeLog diff --git a/Makefile.am b/Makefile.am index ce96d2f..3a02f4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,4 +21,10 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man -EXTRA_DIST = README.NV1 +EXTRA_DIST = README.NV1 ChangeLog + +# Always regenerate the changelog +CLEANFILES = ChangeLog +ChangeLog: FORCE + git-log > ChangeLog +FORCE: |