Skip to content
Snippets Groups Projects
Commit 327217f5 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

back to basics

parent 3dc89477
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,10 @@ help:
.PHONY: help Makefile
markdown: Makefile
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
find $(BUILDDIR) -name "*.html" -type f -exec pandoc -f markdown -o {}.md -s {} \;
# inter file links are fucked up - to solve this, it might get very ugly...
#markdown: Makefile
# @$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
# find $(BUILDDIR) -name "*.html" -type f -exec pandoc -f markdown -o {}.md -s {} \;
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment