From 3fc5bfa2d2c9fe6955c72597a2eb7abf554f50bf Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Mon, 5 May 2008 10:11:04 -0500 Subject: [PATCH] Do not trust perl shebang --- doc/help/editing-options.html | 1 - doc/help/index.html | 2 +- doc/help/license-xdg-utils.html | 4 ++-- doc/help/prefs-lang-options.html | 1 - doc/help/prefs-user-tools.html | 4 ---- doc/help/user-tools-files.html | 2 -- doc/help/user-tools-python.html | 1 - doc/help/user-tools-shell.html | 1 - doc/makedocs | 2 +- doc/medit.1 | 4 ++-- 10 files changed, 6 insertions(+), 16 deletions(-) diff --git a/doc/help/editing-options.html b/doc/help/editing-options.html index e66439d0..c068d23d 100644 --- a/doc/help/editing-options.html +++ b/doc/help/editing-options.html @@ -82,7 +82,6 @@ The following options are available: -
medit tries to understand modelines of Vim, Emacs, and Kate text editors, so chances are it will correctly pick up the conventional settings from source files. diff --git a/doc/help/index.html b/doc/help/index.html index 2fa11076..d83e9b11 100644 --- a/doc/help/index.html +++ b/doc/help/index.html @@ -10,7 +10,7 @@
Options entry content is a comma-separated list of the following:
@@ -77,7 +76,6 @@ The following controls are available to modify the tools behavior: -Files entry content can be the following:
@@ -116,7 +114,6 @@ Shell script tools also have the following controls available: -Output entry specifies how the standard output of the command should be redirected.
@@ -143,7 +140,6 @@ Shell script tools also have the following controls available: -Filter combo. If the output pane is used, then it can be passed through a filter: the filter can match filenames and line numbers, so when you click the text in the diff --git a/doc/help/user-tools-files.html b/doc/help/user-tools-files.html index d04ec17b..51188a68 100644 --- a/doc/help/user-tools-files.html +++ b/doc/help/user-tools-files.html @@ -87,7 +87,6 @@ the following format: -
In addition to these, you can set input and output options for executable files:
@@ -106,7 +105,6 @@ In addition to these, you can set input and output options for executable files: - diff --git a/doc/help/user-tools-python.html b/doc/help/user-tools-python.html index 70fe0a63..d0ffbb19 100644 --- a/doc/help/user-tools-python.html +++ b/doc/help/user-tools-python.html @@ -58,7 +58,6 @@ Python scripts have the following variables predefined: - diff --git a/doc/help/user-tools-shell.html b/doc/help/user-tools-shell.html index 20df2147..f5d26ab9 100644 --- a/doc/help/user-tools-shell.html +++ b/doc/help/user-tools-shell.html @@ -55,7 +55,6 @@ The following environment variables are set when scripts are executed: -
Additionally, all processes ran from inside medit will have DATADIR/scripts
directories in $PATH
, so you may place some medit-specific programs
diff --git a/doc/makedocs b/doc/makedocs
index 9e8a5fb7..2241f587 100755
--- a/doc/makedocs
+++ b/doc/makedocs
@@ -9,7 +9,7 @@ outfile="$thisdir"/`basename $infile .t2t`.html
outdir="$thisdir/help"
T2T=txt2tags
-SPLITY="$srcdir/splity/splity.pl"
+SPLITY="perl $srcdir/splity/splity.pl"
SPLITY_INDEX="$srcdir/splity/index-template.html"
SPLITY_PAGE="$srcdir/splity/page-template.html"
diff --git a/doc/medit.1 b/doc/medit.1
index 738faeb9..c6ad9bcb 100644
--- a/doc/medit.1
+++ b/doc/medit.1
@@ -98,6 +98,6 @@ http://mooedit.sourceforge.net/contact.html
Written and maintained by Yevgen Muntyan