2012-07-30 05:29:36 +00:00
|
|
|
#!/bin/sh
|
2016-02-16 19:59:33 +00:00
|
|
|
pygmentize -f html ../examples/test_context.py > ../pathod/templates/examples_context.html
|
|
|
|
pygmentize -f html ../examples/test_setup.py > ../pathod/templates/examples_setup.html
|
|
|
|
pygmentize -f html ../examples/test_setupall.py > ../pathod/templates/examples_setupall.html
|
|
|
|
pygmentize -f html ../examples/pathod_pathoc.py > ../pathod/templates/pathod_pathoc.html
|