###############################################################################
#
#   make all
#       Run the python script make_www_doc.py that reformats the md
#       documentation files for use with the web documentation found
#       in doc/pages/mydoc/pydoc.
#
###############################################################################

SHELL=/bin/sh

PYTHON = python3

all:
	$(PYTHON) make_www_doc.py
