summaryrefslogtreecommitdiff
path: root/doc/SciTE.properties
diff options
context:
space:
mode:
authorrrt <rrt>2006-11-03 20:45:21 +0000
committerrrt <rrt>2006-11-03 20:45:21 +0000
commit91c77da6f41fe5094da1c5239038b20fb444ba7e (patch)
tree6b41ffaeb33ec932db9e11afd7e78fa5753f88c2 /doc/SciTE.properties
parent933def98766991f78f1d07079f22573176cc7041 (diff)
downloadlrexlib-91c77da6f41fe5094da1c5239038b20fb444ba7e.tar.gz
Merge changes from Shmuel
Diffstat (limited to 'doc/SciTE.properties')
-rwxr-xr-xdoc/SciTE.properties14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/SciTE.properties b/doc/SciTE.properties
index a8e620f..df299ba 100755
--- a/doc/SciTE.properties
+++ b/doc/SciTE.properties
@@ -1,6 +1,8 @@
-build_rst= C:/Python24/python c:/python24/Scripts/rst2html.py \
- --stylesheet-path=lrexlib.css --link-stylesheet -gt \
- --initial-header-level=2 $(FileNameExt) $(FileName).html
-
-command.build.*.rst= $(build_rst)
-command.build.*.txt= $(build_rst)
+eol.mode=LF
+
+build_rst=C:/Python24/python c:/python24/Scripts/rst2html.py \
+ --stylesheet-path=lrexlib.css --link-stylesheet -gt \
+ --initial-header-level=2 $(FileNameExt) $(FileName).html
+
+command.build.*.rst=$(build_rst)
+command.build.*.txt=$(build_rst)