public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: Sudarshan S Chawathe <chaw@eip10.org>, kawa <kawa@sourceware.org>
Subject: Re: Building documentation, chunkfast.xsl URL in doc/style/kawa.xsl
Date: Sun, 30 Apr 2017 17:56:00 -0000	[thread overview]
Message-ID: <eb9d51cb-9207-e4df-fa14-57b40eed3e48@bothner.com> (raw)
In-Reply-To: <28841.1493573177@vereq.eip10.org>

On 04/30/2017 10:26 AM, Sudarshan S Chawathe wrote:
> 
> In order to build the Kawa documentation (with sources for the invoke
> branch from the Gitlab repo) following the instructions at
> 
>    https://www.gnu.org/software/kawa/Source-distribution.html
> 
> I found that I needed to edit the URL for chunkfast.xsl in
> doc/style/kawa.xsl.  (Otherwise I got errors about failing to load
> external entity style/chunkfast.xsl.)  I have included a patch below for
> completeness, even though the change it is quite trivial.

Strange. That's really not a good fix - we really want to be able to
build every when offline - assuming you have the needed prerequisites
installed correctly.

What is the $DPATH for
   configure --with-docbook-stylesheets=$PATH

Mine (on Fedora) is:
/usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.1

When in doc I do: make web/index.html

I see:

xsltproc --path /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.1/html:./style \
   --stringparam base.dir ./web  \
   etc etc

There should be a file $DPATH/html/chunkfast.xsl
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

  reply	other threads:[~2017-04-30 17:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-30 17:26 Sudarshan S Chawathe
2017-04-30 17:56 ` Per Bothner [this message]
2017-04-30 18:38   ` Sudarshan S Chawathe
2017-04-30 18:54     ` Per Bothner
2017-04-30 20:25       ` Sudarshan S Chawathe
2017-04-30 22:46         ` Per Bothner
2017-04-30 23:21           ` Sudarshan S Chawathe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eb9d51cb-9207-e4df-fa14-57b40eed3e48@bothner.com \
    --to=per@bothner.com \
    --cc=chaw@eip10.org \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).