<br><br><div><span class="gmail_quote">2007/2/3, Prasenjit Kapat <<a href="mailto:kapatp@gmail.com">kapatp@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OK, I need some help to get the help file working.<br>I created a help file (plot_beta_distribution.rkh) in the<br>plugins/distributions directory. The file was created according to the<br>specifications on<br><a href="http://rkward.sourceforge.net/documents/devel/plugins/pluginhelp.html">
http://rkward.sourceforge.net/documents/devel/plugins/pluginhelp.html</a><br><br>Added <help file="plot_beta_distribution.rkh"/> to the corresponding xml file.<br>Then make -f Makefile.svn && ./configure && sudo make install. The "Help"
<br>button on beta plot is still disabled. I was trying to see what else was<br>missing:<br><br>$ grep -R "beta_distribution.rkh" * | grep -v ".svn"<br>rkward/plugins/distributions/plot_beta_distribution.xml:        <help
<br>file="plot_beta_distribution.rkh" /><br><br>$ grep -R "barplot.rkh" * | grep -v ".svn"<br>rkward/plugins/plots/barplot.xml:       <help file="barplot.rkh" /><br>rkward/plugins/Makefile.am:     plots/barplot.rkh \
<br>rkward/plugins/Makefile.in:     plots/barplot.rkh \<br>rkward/plugins/Makefile:        plots/barplot.rkh \<br><br>Do I need to create an entry in any of the Makefiles?</blockquote><div><br>I had the same question. The answer is 
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://makefile.am/" target="_blank"><span id="st" name="st" class="st">Makefile</span>.am</a> in plugins would be the right one. However when I just do testing i use to copy the .rkh file to the corresponding file at /usr/share/apps/rkward/... and where the other files are. You choose.
<br><br>Regards,<br>Ilias<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks<br>PK<br><br>-------------------------------------------------------------------------
<br>Using Tomcat but need to do more? Need to support web services, security?<br>Get stuff done quickly with pre-integrated technology to make your job easier.<br>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
<br><a href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a><br>_______________________________________________
<br>RKWard-devel mailing list<br><a href="mailto:RKWard-devel@lists.sourceforge.net">RKWard-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/rkward-devel">https://lists.sourceforge.net/lists/listinfo/rkward-devel
</a><br></blockquote></div><br>