make html
Brian Smith
brianlsmith at gmail.com
Wed Jun 1 11:55:51 EDT 2005
Hi,
On 6/1/05, Serge D. Mechveliani <mechvel at botik.ru> wrote:
> Dear GHC supporters,
>
> rm -f -rf users_guide/
> stringparam base.dir users_guide/ \
> --stringparam use.id.as.filename 1 \
> --stringparam html.stylesheet fptools.css \
> --stringparam toc.section.depth 3 --stringparam section.autolabel 1
> --stringparam section.label.includes.component.label 1 \
> /html/chunk.xsl users_guide.xml
> make[3]: stringparam: Command not found
This means that ./configure could not find xsltproc; The command is
supposed to be "/path/to/xsltproc --stringparam..." but the variable
that holds the path to xsltproc is empty. Make sure that you have
libxslt on your system, in a location where ./configure can find it.
More information about the Glasgow-haskell-users
mailing list