From 86e69e77cd8aa491ea53d4e405488cb669c08bcb Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 30 Nov 2004 11:10:01 +0000 Subject: [PATCH] Minor docs building fix. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3154 --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index c36c75ef7..773358c3d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -70,8 +70,8 @@ print-docs: # 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