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 [...]