diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 17:51:29 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 17:51:29 -0400 |
commit | 650615405c327398b5708787bc19198cbb864d20 (patch) | |
tree | b20d1c8241041c66d6f76988610b71046fbc9b6e | |
parent | 37f6affde561251df61c7011f9d1d83b006d2fbe (diff) | |
download | xorg-proto-xextproto-650615405c327398b5708787bc19198cbb864d20.tar.gz |
config: install and distribute geproto.txt
It will now be installed in $docdir in addition
to being distributed in the tarball.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2b5ceed..5ce699f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,9 @@ compat_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xextproto.pc -EXTRA_DIST = xextproto.pc.in geproto.txt +dist_doc_DATA = geproto.txt + +EXTRA_DIST = xextproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |