blob: 865ca6fd55e39ade8581045e2f4a8de291572f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
This directory contains the samples for `docstrip.py`
See FILELIST for the details.
Please try one of following codes.
(Watch for the results saved in ./tempdir before try any other code!)
docstrip.py -f -j vnr -e "test=0;nopre=1;destdir=./tempdir"
docstrip.py -f -j vnr -e "test=1;nopre=1;destdir=./tempdir"
docstrip.py -f -j vnr -e "test=0;nopre=1;destdir=./tempdir"
docstrip.py -f -j vnr -e "test=0;nopre=0;destdir=./tempdir"
Because we are running a test, we should use the -f option;
otherwise, the generation occurs only once!
Under LINUX, you may firstly try
chmod +x docstrip.py
If you are using Python for WIN32, you may try, for e.g.,
"your_python.exe" docstrip.py [...]
|