aboutsummaryrefslogtreecommitdiffstats
path: root/.sources/make
diff options
context:
space:
mode:
Diffstat (limited to '.sources/make')
-rw-r--r--.sources/make5
1 files changed, 5 insertions, 0 deletions
diff --git a/.sources/make b/.sources/make
new file mode 100644
index 00000000..94648859
--- /dev/null
+++ b/.sources/make
@@ -0,0 +1,5 @@
+#!/bin/sh
+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