<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hy
<p>I've installed the unofficial components in <A HREF="http://www.ill.fr/tas/mcstas/src/">http://www.ill.fr/tas/mcstas/src/</A>
<br>and updated the web page component index.
<p>Here is my builddocs.sh:
<p><tt>#! /bin/sh</tt><tt></tt>
<p><tt>SRCLIST="<A HREF="http://www.ill.fr/tas/mcstas/src/">http://www.ill.fr/tas/mcstas/src/</A> <A HREF="http://neutron.risoe.dk/mcstas/mcdoc/src/risoe/">http://neutron.risoe.dk/mcstas/mcdoc/src/risoe/</A>"</tt>
<br><tt>DIRLIST="sources optics samples monitors misc"</tt>
<br><tt>MCDOC="<A HREF="http://neutron.risoe.dk/mcstas/mcdoc/src/risoe/mcdoc.pl">http://neutron.risoe.dk/mcstas/mcdoc/src/risoe/mcdoc.pl</A>"</tt><tt></tt>
<p><tt>for d in $DIRLIST</tt>
<br><tt>do</tt>
<br><tt> rm -Rf $d</tt>
<br><tt> mkdir $d</tt>
<br><tt> for src in $SRCLIST</tt>
<br><tt> do</tt>
<br><tt> (cd $d; wget -nd -L -A comp,cmp,com -r $src/$d/; rm index.html)</tt>
<br><tt> done</tt>
<br><tt>done</tt><tt></tt>
<p><tt>rm -f mcdoc.pl</tt>
<br><tt>wget -nd -L $MCDOC</tt>
<br><tt>chmod u+x mcdoc.pl</tt>
<br><tt>./mcdoc.pl</tt>
<p>I first import the non official, and overload official components. These
latter are then prioritary in case of multiple definitions.
<br>After the process I uploaded the component tree on the Web. All is
fine.
<br>The link for the library at Risoe is now <A HREF="http://neutron.risoe.dk/mcstas/mcdoc/test/">http://neutron.risoe.dk/mcstas/mcdoc/test/</A>.
<br>Should I change it to <A HREF="http://neutron.risoe.dk/mcstas/components/">http://neutron.risoe.dk/mcstas/components/</A> ?
<p>By the way, yes the perl pb was caused by mixed versions on SGI. All
is ok now.
<p>Bye. EF.
<pre>--
Emmanuel FARHI, <A HREF="http://www.ill.fr/tas/people/Farhi.html">http://www.ill.fr/tas/people/Farhi.html</A> \|/ ____ \|/
TAS-Group, Institut Laue-Langevin (ILL) Grenoble ~@-/ oO \-@~
Avenue J. Horowitz, BP 156, 38042 Grenoble Cedex 9,France /_( \__/ )_\
Work :Tel (33/0) 4 76 20 71 83. Fax (33/0) 4 76 48 39 06 \__U_/
La Grande Arche, Chateau d'Uriage, 38410 Saint Martin d'Uriage 04 76 59 73 94</pre>
</html>