diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com> + + * Makefile.am: + Remove duplicate setting of EXTRA_DIST + 2005-11-12 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: diff --git a/Makefile.am b/Makefile.am index b40e348..1a3ef8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,6 @@ appmandir = $(mandir)/man$(APP_MAN_SUFFIX) appman_SOURCES = makedepend.man appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_SOURCES) CLEANFILES = $(appman_DATA) SED = sed |