]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac1687] don't redefine docdir
authorJeremy C. Reed <jreed@ISC.org>
Thu, 31 May 2012 19:16:46 +0000 (14:16 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Thu, 31 May 2012 19:16:46 +0000 (14:16 -0500)
It was wrong anyways. Just use what configure provides.
And no installation of guide happens yet anyways.

doc/guide/Makefile.am

index c46ae0da1ffbf67b9b6e6103674462aeb0101dc9..a9903ff1c8e859f2d1dc33051694d2c25049a19b 100644 (file)
@@ -4,7 +4,6 @@ if ENABLE_MAN
 # generated documentation
 DOCS = bind10-messages.html bind10-guide.html bind10-guide.txt
 
-docdir = $(pkgdatadir)/doc/$(PACKAGE)
 doc_DATA = $(DOCS) bind10-guide.css
 
 # TODO: okay to include the generated bind10-messages.xml in dist tarfile too?