diff --git a/Makefile b/Makefile index f0f8e20e2..ad7666e36 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ all: build/pyodide.asm.js \ build/pyodide.js \ build/pyodide_dev.js \ build/python.html \ + build/python_dev.html \ build/matplotlib.html \ build/matplotlib-sideload.html \ build/renderedhtml.css \ @@ -87,6 +88,10 @@ build/python.html: src/python.html cp $< $@ +build/python_dev.html: src/python_dev.html + cp $< $@ + + build/matplotlib.html: src/matplotlib.html cp $< $@ diff --git a/src/python_dev.html b/src/python_dev.html new file mode 100644 index 000000000..1db6f0219 --- /dev/null +++ b/src/python_dev.html @@ -0,0 +1,68 @@ + + +
+ +