We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a84e7 commit dd8f339Copy full SHA for dd8f339
docs/Makefile
@@ -55,7 +55,7 @@ html:
55
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
56
57
markdown:
58
- test -s $(BUILDDIR)/md || mkdir $(BUILDDIR)/md
+ test -s $(BUILDDIR)/md || mkdir -p $(BUILDDIR)/md
59
find ./ -iname "*.rst" -type f -exec sh -c 'mkdir -p $$(dirname $(BUILDDIR)/md/$${0%.rst}.md) && pandoc "$${0}" -o "$(BUILDDIR)/md/$${0%.rst}.md"' {} \;
60
@echo
61
@echo "Build finished. The markdown files are in $(BUILDDIR)/md."
0 commit comments