aboutsummaryrefslogtreecommitdiffstats
path: root/.sources/make
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-18 12:29:49 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-18 12:29:49 +0100
commit294774d6f0dee95b02a93307ec493b111b7f171e (patch)
tree9c5759b0f87b23bcc04bf8f5e9c9203a19498137 /.sources/make
parent18b619e164ced91cf0ac8d3fd3c18be1f07df1cc (diff)
downloadmitmproxy-294774d6f0dee95b02a93307ec493b111b7f171e.tar.gz
mitmproxy-294774d6f0dee95b02a93307ec493b111b7f171e.tar.bz2
mitmproxy-294774d6f0dee95b02a93307ec493b111b7f171e.zip
move pathod/.sources to root
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