Minor docs building fix.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3154 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c36c75e..773358c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -70,8 +70,8 @@
 # the time.
 install-data-hook:
 	if test -r html ; then \
-		mkdir -p $(datadir)/doc/ z; \
-		cp -r html $(datadir)/doc/; \
+		mkdir -p $(datadir)/doc/valgrind/; \
+		cp -r html $(datadir)/doc/valgrind/; \
 	fi
 
 dist-hook: html-docs