Do not trust perl shebang
parent
e4edeab42d
commit
3fc5bfa2d2
|
@ -82,7 +82,6 @@ The following options are available:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
<P>
|
||||
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.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<DIV CLASS="header" ID="header">
|
||||
|
||||
|
||||
<!--<div style="float:right;"><a href="/home/muntyan/projects/moo/doc/medit.html">Print version</a>-->
|
||||
<!--<div style="float:right;"><a href="/Users/muntyan/projects/moo/doc/medit.html">Print version</a>-->
|
||||
<!--<br><sup>(all sections in one long page)</sup></div>-->
|
||||
|
||||
<H1>medit 0.9.4 Manual</H1>
|
||||
|
|
|
@ -57,8 +57,8 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|||
</P>
|
||||
</DIV>
|
||||
|
||||
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -\-outfile=/home/muntyan/projects/moo/doc/medit.html /home/muntyan/projects/moo/doc/medit.t2t -->
|
||||
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags -\-outfile=/Users/muntyan/projects/moo/doc/medit.html /Users/muntyan/projects/moo/doc/medit.t2t -->
|
||||
|
||||
|
||||
<ul>
|
||||
|
|
|
@ -43,7 +43,6 @@ for which file patterns and mime types given language should be used.
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@ The following controls are available to modify the tools behavior:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
<P>
|
||||
<I>Options</I> entry content is a comma-separated list of the following:
|
||||
</P>
|
||||
|
@ -77,7 +76,6 @@ The following controls are available to modify the tools behavior:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
<P>
|
||||
<I>Files</I> entry content can be the following:
|
||||
</P>
|
||||
|
@ -116,7 +114,6 @@ Shell script tools also have the following controls available:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
<P>
|
||||
<I>Output</I> entry specifies how the standard output of the command should be redirected.
|
||||
</P>
|
||||
|
@ -143,7 +140,6 @@ Shell script tools also have the following controls available:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
<P>
|
||||
<I>Filter</I> combo. If the output pane is used, then it can be passed through a <I>filter</I>:
|
||||
the filter can match filenames and line numbers, so when you click the text in the
|
||||
|
|
|
@ -87,7 +87,6 @@ the following format:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
<P>
|
||||
In addition to these, you can set input and output options for executable files:
|
||||
</P>
|
||||
|
@ -106,7 +105,6 @@ In addition to these, you can set input and output options for executable files:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -58,7 +58,6 @@ Python scripts have the following variables predefined:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -55,7 +55,6 @@ The following environment variables are set when scripts are executed:
|
|||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P></P>
|
||||
<P>
|
||||
Additionally, all processes ran from inside medit will have <CODE>DATADIR/scripts</CODE>
|
||||
directories in <CODE>$PATH</CODE>, so you may place some medit-specific programs
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -98,6 +98,6 @@ http://mooedit.sourceforge.net/contact.html
|
|||
Written and maintained by Yevgen Muntyan <muntyan@tamu.edu>
|
||||
|
||||
|
||||
.\" man code generated by txt2tags 2.3 (http://txt2tags.sf.net)
|
||||
.\" cmdline: txt2tags --target=man --outfile=/home/muntyan/projects/moo/doc/medit.1 /home/muntyan/projects/moo/doc/man-medit.t2t
|
||||
.\" man code generated by txt2tags 2.4 (http://txt2tags.sf.net)
|
||||
.\" cmdline: txt2tags --target=man --outfile=/Users/muntyan/projects/moo/doc/medit.1 /Users/muntyan/projects/moo/doc/man-medit.t2t
|
||||
|
||||
|
|
Loading…
Reference in New Issue