summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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