summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-28 16:05:47 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-28 16:05:47 -0700
commitef4f5d1e7cedbc60705337a686af40730adc3939 (patch)
treea54a86fcfcd1294e0f05e9137015c4833273ac60
parent0ab603b989d0c926d60cfbf631f0df2d388b604a (diff)
Move EXTRA_DIST & ChangeLog dist-hook outside if BUILD_CONSTYPE
-rw-r--r--Makefile.am19
1 files changed, 9 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 7022997..bdefeca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,16 +40,7 @@ appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh
CLEANFILES = $(appman_DATA)
-MAINTAINERCLEANFILES = ChangeLog
-
-.PHONY: ChangeLog
-
-ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-
-dist-hook: ChangeLog
SED = sed
@@ -90,4 +81,12 @@ all-local:
endif
-EXTRA_DIST = constype.man
+EXTRA_DIST = constype.man ChangeLog autogen.sh
+MAINTAINERCLEANFILES = ChangeLog
+
+.PHONY: ChangeLog
+
+ChangeLog:
+ (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog