mitmproxy/pathod/.sources/make
Maximilian Hils 175ce43a30 add pathod
2016-02-15 14:58:49 +01:00

6 lines
388 B
Bash
Executable File

#!/bin/sh
pygmentize -f html ../examples/test_context.py > ../libpathod/templates/examples_context.html
pygmentize -f html ../examples/test_setup.py > ../libpathod/templates/examples_setup.html
pygmentize -f html ../examples/test_setupall.py > ../libpathod/templates/examples_setupall.html
pygmentize -f html ../examples/libpathod_pathoc.py > ../libpathod/templates/libpathod_pathoc.html