summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-26 09:28:11 +0100
committerGitHub <noreply@github.com>2020-03-26 09:28:11 +0100
commit24fa0d871d51a7927027b7a1cc013d8681a53929 (patch)
treee2fbb7d2f84aad8c919f0997d7e063660be6e3ea /doc/Makefile
parentfafff6b37922b27d1f573f36220a6b9d91a8ea33 (diff)
parent3d2dd79ecd2c8456ba9401f6b12333d01f61e13e (diff)
Merge pull request #37294 from akien-mga/scons-drop-python2
SCons: Drop support for Python 2
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 7f3f7ea939..9534da9bd5 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,13 +13,6 @@ doxygen:
mkdir -p $(OUTPUTDIR)/doxygen
doxygen Doxyfile
-markdown:
- rm -rf $(OUTPUTDIR)/markdown
- mkdir -p $(OUTPUTDIR)/markdown
- pushd $(OUTPUTDIR)/markdown
- python2 $(TOOLSDIR)/makemd.py $(CLASSES)
- popd
-
rst:
rm -rf $(OUTPUTDIR)/rst
mkdir -p $(OUTPUTDIR)/rst