diff options
author | shmuz <shmuz> | 2007-05-02 13:37:58 +0000 |
---|---|---|
committer | shmuz <shmuz> | 2007-05-02 13:37:58 +0000 |
commit | 14ed95341eb25136311493648387ea3ef0b5fd78 (patch) | |
tree | 57ffc824c8e11f08c88fcd7732eb93c6863771d4 /doc | |
parent | 718f2fa9bdc89f1eaa952fb252073081037d7b02 (diff) | |
download | lrexlib-14ed95341eb25136311493648387ea3ef0b5fd78.tar.gz |
*** empty log message ***
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100755 index 0000000..2eb2498 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,12 @@ + +APP = C:/Python24/python c:/python24/Scripts/rst2html.py +CSS = --stylesheet-path=lrexlib.css --link-stylesheet +HDR = --initial-header-level=2 +DT = --date --time +#GT = -gt + +.txt.html: + $(APP) $(CSS) $(GT) $(HDR) $(DT) $< $@ + +all: manual.html + |