diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-22 12:20:42 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-07 09:51:03 -0500 |
commit | ceecddadf923ceae76c12057103ec7a409718a34 (patch) | |
tree | ff3daafc557f04be8ff861032346f4b348b52749 /Makefile.am | |
parent | e6ceec1bc497ce9d311fd17e9a171e83148362ad (diff) |
Add an XORG_INSTALL macro to allow comps to copy the INSTALL file #24206
The Makefile installs INSTALL in share/doc/util-macros
An INSTALL_CMD is provided in the new XORG_INSTALL macro
which is added to XORG_DEFAULT_OPTIONS.
Components add INSTALL target to their Makefile similar to ChangeLog
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 265bfd7..49c2d17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ aclocaldir = $(datadir)/aclocal aclocal_DATA = xorg-macros.m4 +dist_doc_DATA = INSTALL # Previous versions used to install xorgversion.m4, now integrated # into xorg-macros.m4. Explicitly remove that old file in order not |