summary refs log tree commit diff stats
path: root/nim/main.pas
diff options
context:
space:
mode:
authorAndreas Rumpf <andreasrumpf@noname>2009-09-15 23:22:22 +0200
committerAndreas Rumpf <andreasrumpf@noname>2009-09-15 23:22:22 +0200
commit66a7e3d37c0303997a6b1a3b7ec263dfb8c07748 (patch)
tree40ae1ab8aeb9086b7310ea73ab8a2ed6b597f88b /nim/main.pas
parent300430fbba28b408f7ac86ca46b03d9d50839399 (diff)
downloadNim-66a7e3d37c0303997a6b1a3b7ec263dfb8c07748.tar.gz
added tools and web dirs
Diffstat (limited to 'nim/main.pas')
-rwxr-xr-x[-rw-r--r--]nim/main.pas6
1 files changed, 6 insertions, 0 deletions
diff --git a/nim/main.pas b/nim/main.pas
index b1c58c2b9..1bb2ce586 100644..100755
--- a/nim/main.pas
+++ b/nim/main.pas
@@ -375,6 +375,12 @@ begin
       wantFile(filename);
       CommandRst2Html(filename);
     end;
+    wRst2tex: begin
+      gCmd := cmdRst2tex;
+      LoadSpecialConfig(DocTexConfig);
+      wantFile(filename);
+      CommandRst2TeX(filename);
+    end;
     wPas: begin
       gCmd := cmdPas;
       wantFile(filename);