Skip to content

Commit dd8f339

Browse files
committed
Added missing -p option to mkdir
1 parent 80a84e7 commit dd8f339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ html:
5555
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5656

5757
markdown:
58-
test -s $(BUILDDIR)/md || mkdir $(BUILDDIR)/md
58+
test -s $(BUILDDIR)/md || mkdir -p $(BUILDDIR)/md
5959
find ./ -iname "*.rst" -type f -exec sh -c 'mkdir -p $$(dirname $(BUILDDIR)/md/$${0%.rst}.md) && pandoc "$${0}" -o "$(BUILDDIR)/md/$${0%.rst}.md"' {} \;
6060
@echo
6161
@echo "Build finished. The markdown files are in $(BUILDDIR)/md."

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy