diff options
author | Julien Cristau <jcristau@debian.org> | 2010-01-02 20:44:37 +0000 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-01-09 09:06:33 -0500 |
commit | 43e41a5537ba892613f2a9f79cdf209fd7c915b3 (patch) | |
tree | ac599b5c49a5cd9dfb9a4a98d7a1e35388942bd8 /Makefile.am | |
parent | 29f4c09cc252d834278e6e1ad77ad56dc0545d29 (diff) |
INSTALL doesn't belong in docdir, use pkgdatadir instead
docdir stays in xorg-macros.pc so we don't break the existing
$(INSTALL_CMD).
Tested-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1e07014..7340beb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ aclocaldir = $(datadir)/aclocal aclocal_DATA = xorg-macros.m4 -dist_doc_DATA = INSTALL +dist_pkgdata_DATA = INSTALL # Previous versions used to install xorgversion.m4, now integrated # into xorg-macros.m4. Explicitly remove that old file in order not |