summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2009-11-25 16:20:35 +0100
committerBernhard R. Link <brlink@debian.org>2009-11-25 16:24:04 +0100
commit75ac14935960a23867aa14f736f917ae7a4f3ee5 (patch)
tree20959a4770f987a8c4e973cf0f73a9a4b935bf78
parent66f1644c881d8388015016d082e6c8643959fb8c (diff)
downloadratpoison-75ac14935960a23867aa14f736f917ae7a4f3ee5.zip
Do not manually set docdir to default directory.
The setting of docdir in Makefile.am is uncessary as it is set to the default value. It is harmful as this overwrites the value filled in by autoconf causing a user suplied --docdir= to be ignored. Thanks to Grigorios Bouzakis for reporting this.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ac23ebc..e3d67a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 \
SUBDIRS = src doc contrib
-docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = AUTHORS COPYING ChangeLog NEWS README
EXTRA_DIST = $(doc_DATA)