Is docbook2x-man called something else in mate?

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Is docbook2x-man called something else in mate?

Post by mimosa »

Trying to compile something, I got a command not found error for the above tool. My research suggested it is part of gnome-doc-utils, so I installed mate-doc-utils. But the error still occurs.

Can anyone shed any light on this?

The makefile uses a variable to call it, which suggests it may sometimes go by a different name.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Is docbook2x-man called something else in mate?

Post by laprjns »

Code: Select all

root[rich]# slapt-get --se docbook
abiword-2.8.6-i486-2gv [inst=no]: abiword (word processing for everyone)
linuxdoc-tools-0.9.66-i486-8 [inst=no]: linuxdoc-tools (utilities for working with DocBook and SGML)
So

Code: Select all

root[rich]# slapt-get -i linuxdoc-tools
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Is docbook2x-man called something else in mate?

Post by mimosa »

Thanks laprjns. I'm not sure whether the equivalent tool in that bundle (sgml2txt) does quite the same thing, although the manpage gives a good hint about what to try if not. I'm not sure because I'm still having trouble compiling, presumably for some unrelated reason, so I can't just do man foo to test.

It would still be of interest to track down docbook2x-man, or establish that it really doesn't exist.
Post Reply