diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:08 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-14 09:20:49 -0500 |
commit | 9d15780beb5db0d39cc34ef2d9f3157fa5a81e57 (patch) | |
tree | d37e03e9d20f9c0237190d02168c280b235cf9f4 /Makefile.am | |
parent | f60d8d7272efb6da4fd91df9675d9281e4230d9f (diff) | |
download | xorg-app-xinit-9d15780beb5db0d39cc34ef2d9f3157fa5a81e57.tar.gz |
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.
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 7f20e86..0784a03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,9 +77,12 @@ CLEANFILES = xinitrc startx $(appman_DATA) $(launchagents_DATA) EXTRA_DIST = xinitrc.cpp startx.cpp org.x.startx.plist.cpp $(appman_PRE) \ startx.cmd xinitrc.cmd xinit.def ChangeLog -.PHONY: ChangeLog +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL |