summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2015-12-18 13:16:15 +0100
committerJan Kara <jack@suse.cz>2015-12-18 14:57:33 +0100
commit20f4d6338bc04b297df480c1a95cb5f60df499bf (patch)
tree1cb00791c409e8584b9e617387d32828f8167e07 /Makefile.am
parent618a2a3a9de313dd5d7b783a232c8147cf23ae79 (diff)
downloadlinuxquota-20f4d6338bc04b297df480c1a95cb5f60df499bf.tar.gz
Revive Changelog
I like the old format of Changelog more, also some of the history is covered only in the text file. Finally sometimes hand-editing Changelog may be useful. So revive Changelog in git. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index e6f02b6..eb62617 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,8 @@ EXTRA_DIST = \
$(doc_DATA) \
$(man_MANS) \
$(rpcsvc_DATA) \
- autogen.sh
+ autogen.sh \
+ Changelog
noinst_LIBRARIES = \
libquota.a \
@@ -263,6 +264,3 @@ install-data-hook:
# -------------
distclean-local:
rm -rf *.cache *~
-
-dist-hook:
- git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog