From 62760e7de55d0411dc192112689c25bee0991098 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 12 Nov 2009 15:00:02 -0500 Subject: INSTALL, NEWS, README and AUTHORS files are missing/incorrect #24206 Add missing INSTALL file. Use standard GNU file on building tarball For all X.Org components. --- Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b64a0af..44c64d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,16 +79,18 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh +EXTRA_DIST = $(appman_PRE) autogen.sh CLEANFILES = $(appman_DATA) -MAINTAINERCLEANFILES = ChangeLog -.PHONY: ChangeLog +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL SED = sed -- cgit v1.2.1