diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:08 -0400 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:38:09 -0400 |
commit | a0c0c5c226e2445ff37065966562a2530b61ea19 (patch) | |
tree | 527da2242286de37d480e96c91eefaa073b39c4a /Makefile.am | |
parent | d6ebe6af560fe8e7685ea64e4522d52ed2d58fb8 (diff) | |
download | xeyes-a0c0c5c226e2445ff37065966562a2530b61ea19.tar.gz xeyes-a0c0c5c226e2445ff37065966562a2530b61ea19.tar.bz2 xeyes-a0c0c5c226e2445ff37065966562a2530b61ea19.zip |
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: I26fa60b8e1a21a56b7bf326509ace01f079c4325
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ffd8986..173009c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,9 +69,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 |