summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorshmuz <shmuz>2007-05-02 13:37:58 +0000
committershmuz <shmuz>2007-05-02 13:37:58 +0000
commit14ed95341eb25136311493648387ea3ef0b5fd78 (patch)
tree57ffc824c8e11f08c88fcd7732eb93c6863771d4 /doc
parent718f2fa9bdc89f1eaa952fb252073081037d7b02 (diff)
downloadlrexlib-14ed95341eb25136311493648387ea3ef0b5fd78.tar.gz
*** empty log message ***
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/Makefile12
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
+