* Fix inconsistencies in the documentation install paths.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ac1a078..33459a8 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -35,10 +35,10 @@ clean-local:
if HAVE_DOXYGEN
install-data-local: html/doxygen.css
- $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/$(PACKAGE_NAME)/html
+ $(mkinstalldirs) $(DESTDIR)$(htmldocdir)/
$(INSTALL) -m 0644 \
`find html -name '*.html' -o -name '*.gif' -o -name '*.png' -o -name '*.jpg'` \
- $(DESTDIR)$(datadir)/doc/$(PACKAGE_NAME)/html/
+ $(DESTDIR)$(htmldocdir)/
endif
EXTRA_DIST = \