Minor docs building fix.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3154
This commit is contained in:
Nicholas Nethercote
2004-11-30 11:10:01 +00:00
parent 7a75a9f583
commit 86e69e77cd

View File

@@ -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