diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:10 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:09:10 -0400 |
commit | b228e13d654f07297cc40cabe81fdb50469c1e83 (patch) | |
tree | bdafcc6dec2a4d3e415047ae3eb5315db3816e86 | |
parent | 12e260765e880ffe2e078e6eb399bd137116d2cc (diff) |
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.
-rw-r--r-- | INSTALL | 8 | ||||
-rw-r--r-- | Makefile.am | 7 | ||||
-rw-r--r-- | NEWS | 0 |
3 files changed, 5 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 557b5e8..0000000 --- a/INSTALL +++ /dev/null @@ -1,8 +0,0 @@ -Xfixes is built with the traditional configure script: - - $ ./configure --prefix=/usr/X11R6 - -This should generate valid Makefiles, then: - - $ make - $ make install diff --git a/Makefile.am b/Makefile.am index 3c58db9..699ab0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,9 +26,12 @@ pkgconfig_DATA = xfixes.pc EXTRA_DIST = xfixes.pc.in -.PHONY: ChangeLog +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL |