remove final vestiges of gifplot example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11878 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
931628f8b2
commit
9c541c340a
7 changed files with 6 additions and 86 deletions
|
|
@ -76,9 +76,8 @@ to code).
|
|||
<tr><td>Examples</td>
|
||||
<td>This subdir tree contains examples of using SWIG w/ different
|
||||
scripting languages, including makefiles. Typically, there are the
|
||||
"simple" and "matrix" examples, w/ some languages offering additional
|
||||
examples. The GIFPlot example has its own set of per-language
|
||||
subdirectories. See the README more index.html file in each directory
|
||||
"simple" and "class" examples, w/ some languages offering additional
|
||||
examples. See the README more index.html file in each directory
|
||||
for more info. [FIXME: Ref SWIG user manual.]</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
|
|
@ -86,8 +86,7 @@
|
|||
|
||||
<p>
|
||||
You may want to look at any of the examples in Examples/chicken/
|
||||
or Examples/GIFPlot/Chicken for the basic steps to run SWIG
|
||||
CHICKEN.
|
||||
directory for the basic steps to run SWIG CHICKEN.
|
||||
</p>
|
||||
|
||||
<H3><a name="Chicken_nn3"></a>19.1.1 Running SWIG in C mode</H3>
|
||||
|
|
|
|||
|
|
@ -3090,8 +3090,6 @@ The nickname is used in four places:
|
|||
<TR><TD><B>usage</B></TD><TD><B>transform</B></TD></TR>
|
||||
<TR><TD>"skip" tag</TD><TD>(none)</TD></TR>
|
||||
<TR><TD>Examples/ subdir name</TD><TD>(none)</TD></TR>
|
||||
<TR><TD>Examples/GIFPlot/ subdir name</TD>
|
||||
<TD>capitalize (upcase first letter)</TD></TR>
|
||||
<TR><TD>Examples/test-suite/ subdir name</TD><TD>(none)</TD></TR>
|
||||
<!-- add more uses here (remember to adjust header) -->
|
||||
</TABLE>
|
||||
|
|
@ -3159,8 +3157,8 @@ skip-qux = $(skip-qux99)
|
|||
|
||||
<p>
|
||||
Lastly, you need to modify each of <TT>check-aliveness</TT>,
|
||||
<TT>check-examples</TT>, <TT>check-test-suite</TT>,
|
||||
<TT>check-gifplot</TT> (all targets) and <TT>lib-languages</TT> (var).
|
||||
<TT>check-examples</TT>, <TT>check-test-suite</TT>
|
||||
and <TT>lib-languages</TT> (var).
|
||||
Use the nickname for these, not the alias.
|
||||
Note that you can do this even before you have any tests or examples
|
||||
set up; the Makefile rules do some sanity checking and skip around
|
||||
|
|
@ -3175,10 +3173,6 @@ and look to the existing languages for examples.
|
|||
<dd> Do <TT>cp ../python/check.list .</TT> and modify to taste.
|
||||
One subdir per line.
|
||||
|
||||
<dt> <b>Examples/GIFPlot/Qux99/check.list</b>
|
||||
<dd> Do <TT>cp ../Python/check.list .</TT> and modify to taste.
|
||||
One subdir per line.
|
||||
|
||||
<dt> <b>Lib/qux99/extra-install.list</b>
|
||||
<dd> If you add your language to the top-level Makefile.in var
|
||||
<TT>lib-languages</TT>, then <TT>make install</TT> will install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue