How would I go about adding a custom tag to the docs, and then control what
the html processor outputs for it?
E.g. Suppose I wrap some text in one of the sgml files with a , and then want to have that
translate to a , in the html
output.
I realize this is more of a DocBook question and not spe
On Thu, Apr 21, 2016 at 2:32 PM, Tom Lane wrote:
>
> Idan Kamara writes:
> > I'm trying to build the docs (at commit 9c75e1), but getting back a spew of
> > errors from `jade` (attached), which I'm having a hard time deciphering.
>
> I think t
Hi folks,
I'm trying to build the docs (at commit 9c75e1), but getting back a spew of
errors from `jade` (attached), which I'm having a hard time deciphering. I
did a clone from https://github.com/postgres/postgres and ran these
commands:
$ ./configure
$ cd doc/src/sgml
$ make html
Information