html_installed_root shouldn't contain $$pkgid
authorIan Lynagh <igloo@earth.li>
Thu, 27 Sep 2007 13:04:27 +0000 (13:04 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 27 Sep 2007 13:04:27 +0000 (13:04 +0000)
This actually didn't break anything, as the shell expanded $pkgid to the
empty string, but it was still wrong.

libraries/Makefile

index 0e93ba0..89f10f8 100644 (file)
@@ -115,7 +115,7 @@ ilibexecdir = $(libexecdir)
 idatadir    = $(datadir)
 idocdir     = $(docdir)/libraries/$$pkgid
 ihtmldir    = $(htmldir)/libraries/$$pkgid
-html_installed_root = $(ihtmldir)
+html_installed_root = $(htmldir)/libraries
 endif
 
 ifneq "$(DOING_BIN_DIST)" "YES"