Commit 15f659bbeb44d7a78cf7c77fe8c5eee12cf6f708

sammy 2008-05-02T13:28:37

* Fix inconsistencies in the documentation install paths.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 = \