[RkWard-devel] help needed for rkhelp files..
Prasenjit Kapat
kapatp at gmail.com
Sat Feb 3 06:29:40 UTC 2007
OK, I need some help to get the help file working.
I created a help file (plot_beta_distribution.rkh) in the
plugins/distributions directory. The file was created according to the
specifications on
http://rkward.sourceforge.net/documents/devel/plugins/pluginhelp.html
Added <help file="plot_beta_distribution.rkh"/> to the corresponding xml file.
Then make -f Makefile.svn && ./configure && sudo make install. The "Help"
button on beta plot is still disabled. I was trying to see what else was
missing:
$ grep -R "beta_distribution.rkh" * | grep -v ".svn"
rkward/plugins/distributions/plot_beta_distribution.xml: <help
file="plot_beta_distribution.rkh" />
$ grep -R "barplot.rkh" * | grep -v ".svn"
rkward/plugins/plots/barplot.xml: <help file="barplot.rkh" />
rkward/plugins/Makefile.am: plots/barplot.rkh \
rkward/plugins/Makefile.in: plots/barplot.rkh \
rkward/plugins/Makefile: plots/barplot.rkh \
Do I need to create an entry in any of the Makefiles?
Thanks
PK
More information about the Rkward-devel
mailing list