diff options
| author | Aldo Cortesi <aldo@corte.si> | 2016-02-17 10:35:41 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@corte.si> | 2016-02-17 10:35:41 +1300 |
| commit | 887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d (patch) | |
| tree | 4c3b4f9cc555a945ddbeeb1b179070ef98b2eeff /pathod/.sources/make | |
| parent | ef8e95956d938fd4891d79fdbfa83f8a77a482cb (diff) | |
| parent | b87797ea255a0e2058e0574a5a00150f7f2df5db (diff) | |
| download | mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.tar.gz mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.tar.bz2 mitmproxy-887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d.zip | |
Merge pull request #950 from Kriechi/rename
Rename lib folders
Diffstat (limited to 'pathod/.sources/make')
| -rwxr-xr-x | pathod/.sources/make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pathod/.sources/make b/pathod/.sources/make index 1c8b1d69..94648859 100755 --- a/pathod/.sources/make +++ b/pathod/.sources/make @@ -1,5 +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 +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 |
