diff options
Diffstat (limited to 'pathod/.sources/make')
-rwxr-xr-x | pathod/.sources/make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pathod/.sources/make b/pathod/.sources/make new file mode 100755 index 00000000..1c8b1d69 --- /dev/null +++ b/pathod/.sources/make @@ -0,0 +1,5 @@ +#!/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 |