diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefrag.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefrag.am b/doc/Makefrag.am index 17b6298..7848fb5 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 && \ |