mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-12 05:51:37 +00:00
8 lines
196 B
Bash
Executable File
8 lines
196 B
Bash
Executable File
#!/bin/sh
|
|
PYTHONPATH="c:/src/docutils/docutils;c:/src/docutils/docutils/extras"
|
|
export PYTHONPATH
|
|
python c:/src/docutils/docutils/tools/html.py -gdts $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`
|
|
|
|
|
|
|