2012-07-30 05:29:36 +00:00
|
|
|
#!/bin/sh
|
2012-11-02 01:22:54 +00:00
|
|
|
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
|