Browse Source

[trac1687] don't redefine docdir

It was wrong anyways. Just use what configure provides.
And no installation of guide happens yet anyways.
Jeremy C. Reed 13 years ago
parent
commit
e6cccc2083
1 changed files with 0 additions and 1 deletions
  1. 0 1
      doc/guide/Makefile.am

+ 0 - 1
doc/guide/Makefile.am

@@ -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?