Thread: sgmlspl?

sgmlspl?

From
Larry Rosenman
Date:
Greetings,
    I was trying to build a full 7.1devel documentation set and
noticed that my FreeBSD box didn't have sgmlspl, and I can't find it
in the FreeBSD ports collection.  What tool is this?

--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Re: sgmlspl?

From
Peter Eisentraut
Date:
Larry Rosenman writes:

>     I was trying to build a full 7.1devel documentation set and
> noticed that my FreeBSD box didn't have sgmlspl, and I can't find it
> in the FreeBSD ports collection.  What tool is this?

It's a Perl program that reads flow-object trees (FOT) as output by the
nsgmls program (from the Jade package) and does something interesting with
them, according to a spec file.  One such spec file is
docbook2man-spec.pl.

The whole package is named SGMLSpm and comes with a whole class library of
stuff to this effect.  Available on CPAN.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


RE: sgmlspl?

From
"Larry Rosenman"
Date:
Ok, I found that file, now when I try to make man.tar, I get the following:
$ make
"../../../src/Makefile.global", line 39: Missing dependency operator
"../../../src/Makefile.global", line 42: Need an operator
"../../../src/Makefile.global", line 45: Need an operator
"../../../src/Makefile.global", line 63: Need an operator
"../../../src/Makefile.global", line 64: Need an operator
"../../../src/Makefile.global", line 66: Need an operator
"../../../src/Makefile.global", line 67: Need an operator
"../../../src/Makefile.global", line 70: Need an operator
"../../../src/Makefile.global", line 71: Need an operator
"../../../src/Makefile.global", line 73: Need an operator
"../../../src/Makefile.global", line 74: Need an operator
"../../../src/Makefile.global", line 77: Need an operator
"../../../src/Makefile.global", line 78: Need an operator
"../../../src/Makefile.global", line 80: Need an operator
"../../../src/Makefile.global", line 81: Need an operator
"../../../src/Makefile.global", line 86: Need an operator
"../../../src/Makefile.global", line 87: Need an operator
"../../../src/Makefile.global", line 89: Need an operator
"../../../src/Makefile.global", line 90: Need an operator
"../../../src/Makefile.global", line 95: Need an operator
"../../../src/Makefile.global", line 96: Need an operator
"../../../src/Makefile.global", line 98: Need an operator
"../../../src/Makefile.global", line 99: Need an operator
"../../../src/Makefile.global", line 140: Missing dependency operator
"../../../src/Makefile.global", line 145: Missing dependency operator
"../../../src/Makefile.global", line 147: Need an operator
"../../../src/Makefile.global", line 152: Missing dependency operator
"../../../src/Makefile.global", line 154: Need an operator
"../../../src/Makefile.port", line 3: Need an operator
"../../../src/Makefile.port", line 6: Need an operator
"../../../src/Makefile.port", line 12: Need an operator
"../../../src/Makefile.port", line 14: Need an operator
"../../../src/Makefile.port", line 22: Need an operator
"../../../src/Makefile.global", line 227: Missing dependency operator
"../../../src/Makefile.global", line 229: Need an operator
"../../../src/Makefile.global", line 258: Need an operator
"../../../src/Makefile.global", line 260: Missing dependency operator
"../../../src/Makefile.global", line 262: Need an operator
"../../../src/Makefile.global", line 264: Missing dependency operator
"../../../src/Makefile.global", line 266: Need an operator
"../../../src/Makefile.global", line 268: Missing dependency operator
"../../../src/Makefile.global", line 270: Need an operator
"../../../src/Makefile.global", line 272: Need an operator
"../../../src/Makefile.global", line 275: Need an operator
"../../../src/Makefile.global", line 277: Need an operator
"../../../src/Makefile.global", line 280: Need an operator
"../../../src/Makefile.global", line 347: Missing dependency operator
"../../../src/Makefile.global", line 349: Need an operator
"../../../src/Makefile.global", line 351: Need an operator
"../../../src/Makefile.global", line 353: Need an operator
"../../../src/Makefile.global", line 355: Need an operator
"../../../src/Makefile.global", line 362: Need an operator
"../../../src/Makefile.global", line 365: Need an operator
"../../../src/Makefile.global", line 366: Need an operator
"../../../src/Makefile.global", line 368: Need an operator
"../../../src/Makefile.global", line 369: Need an operator
"../../../src/Makefile.global", line 371: Missing dependency operator
"../../../src/Makefile.global", line 378: Need an operator
"../../../src/Makefile.global", line 380: Missing dependency operator
"../../../src/Makefile.global", line 386: Need an operator
"../../../src/Makefile.global", line 391: Need an operator
"../../../src/Makefile.global", line 400: Need an operator
"Makefile", line 20: Need an operator
"Makefile", line 22: Need an operator
"Makefile", line 24: Need an operator
"Makefile", line 26: Need an operator
"Makefile", line 27: Need an operator
"Makefile", line 29: Need an operator
"Makefile", line 34: Need an operator
"Makefile", line 36: Need an operator
"Makefile", line 39: Need an operator
"Makefile", line 41: Need an operator
"Makefile", line 43: Need an operator
"Makefile", line 45: Need an operator
"Makefile", line 50: Need an operator
"Makefile", line 53: Need an operator
"Makefile", line 56: Need an operator
make: fatal errors encountered -- cannot continue
$

Any ideas?

-----Original Message-----
From: Peter Eisentraut [mailto:peter_e@gmx.net]
Sent: Tuesday, November 28, 2000 1:40 PM
To: Larry Rosenman
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] sgmlspl?


Larry Rosenman writes:

>     I was trying to build a full 7.1devel documentation set and
> noticed that my FreeBSD box didn't have sgmlspl, and I can't find it
> in the FreeBSD ports collection.  What tool is this?

It's a Perl program that reads flow-object trees (FOT) as output by the
nsgmls program (from the Jade package) and does something interesting with
them, according to a spec file.  One such spec file is
docbook2man-spec.pl.

The whole package is named SGMLSpm and comes with a whole class library of
stuff to this effect.  Available on CPAN.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


RE: sgmlspl?

From
Peter Eisentraut
Date:
Larry Rosenman writes:

> Ok, I found that file, now when I try to make man.tar, I get the following:
> $ make
> "../../../src/Makefile.global", line 39: Missing dependency operator
> "../../../src/Makefile.global", line 42: Need an operator

GNU make

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


RE: sgmlspl?

From
"Larry Rosenman"
Date:
Duh.  I knew that.  Thanks.  My week for stupids, I guess.



-----Original Message-----
From: Peter Eisentraut [mailto:peter_e@gmx.net]
Sent: Tuesday, November 28, 2000 2:33 PM
To: Larry Rosenman
Cc: pgsql-general@postgresql.org
Subject: RE: [GENERAL] sgmlspl?


Larry Rosenman writes:

> Ok, I found that file, now when I try to make man.tar, I get the
following:
> $ make
> "../../../src/Makefile.global", line 39: Missing dependency operator
> "../../../src/Makefile.global", line 42: Need an operator

GNU make

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


Re: sgmlspl?

From
Larry Rosenman
Date:
* Larry Rosenman <ler@lerctr.org> [001128 14:37]:
> Duh.  I knew that.  Thanks.  My week for stupids, I guess.
>
next hurdle, where do I find docbook2man?

--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Re: sgmlspl?

From
Peter Eisentraut
Date:
Larry Rosenman writes:

> next hurdle, where do I find docbook2man?

Start with reading this:
http://www.postgresql.org/devel-corner/docs/postgres/docguide.htm

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/