summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefrag.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefrag.am b/doc/Makefrag.am
index 17b6298d..7848fb54 100644
--- a/doc/Makefrag.am
+++ b/doc/Makefrag.am
@@ -39,7 +39,7 @@ web = doc/web
.PHONY: $(web)
$(web):
if test -d $@/CVS; then :; else \
- mkdir $@ $@/CVS && \
+ mkdir -p $@ $@/CVS && \
sed -e s%cvsroot%web% \
< $(top_srcdir)/CVS/Root \
> $@/CVS/Root && \