From: Gaetan Nadon Date: Wed, 28 Oct 2009 18:09:09 +0000 (-0400) Subject: INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 X-Git-Tag: submit/tizen/20130910.025321~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f496cdb0f1eea9493dd3413a4be8cdac920f2b0c;p=platform%2Fupstream%2Fxwud.git INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. Change-Id: Ie2db4ad596c1c60e2d5ef9d7fd92864048bc8919 --- diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index e69de29..0000000 diff --git a/INSTALL b/INSTALL deleted file mode 100644 index e69de29..0000000 diff --git a/Makefile.am b/Makefile.am index 1d1d106..6fd1aab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,9 +63,12 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -.PHONY: ChangeLog +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29..0000000