ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:40844] [ruby-trunk - Bug #5598][Open] man pages are in mdoc format
@ 2011-11-08 14:35 Rainer Orth
  2011-11-09  3:01 ` [ruby-core:40871] [ruby-trunk - Bug #5598][Feedback] " Nobuyoshi Nakada
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rainer Orth @ 2011-11-08 14:35 UTC (permalink / raw
  To: ruby-core


Issue #5598 has been reported by Rainer Orth.

----------------------------------------
Bug #5598: man pages are in mdoc format
http://redmine.ruby-lang.org/issues/5598

Author: Rainer Orth
Status: Open
Priority: Normal
Assignee: 
Category: 
Target version: 
ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [sparc-solaris2.10]


Unfortunately, the ruby man pages are in mdoc format (as detected by grog).
The Solaris man/nroff commands cannot deal with that format, rendering the man
pages effectively useless.

Please provide them using only man macros instead so they are universally
useful.


-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:40871] [ruby-trunk - Bug #5598][Feedback] man pages are in mdoc format
  2011-11-08 14:35 [ruby-core:40844] [ruby-trunk - Bug #5598][Open] man pages are in mdoc format Rainer Orth
@ 2011-11-09  3:01 ` Nobuyoshi Nakada
  2011-11-23 22:29 ` [ruby-core:41263] [ruby-trunk - Bug #5598] " George Koehler
  2011-11-27 13:16 ` [ruby-core:41328] [ruby-trunk - Bug #5598][Assigned] " Yuki Sonoda
  2 siblings, 0 replies; 4+ messages in thread
From: Nobuyoshi Nakada @ 2011-11-09  3:01 UTC (permalink / raw
  To: ruby-core


Issue #5598 has been updated by Nobuyoshi Nakada.

Category set to DOC
Status changed from Open to Feedback

Doesn't `make install MANTYPE=man' work?
----------------------------------------
Bug #5598: man pages are in mdoc format
http://redmine.ruby-lang.org/issues/5598

Author: Rainer Orth
Status: Feedback
Priority: Normal
Assignee: 
Category: DOC
Target version: 
ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [sparc-solaris2.10]


Unfortunately, the ruby man pages are in mdoc format (as detected by grog).
The Solaris man/nroff commands cannot deal with that format, rendering the man
pages effectively useless.

Please provide them using only man macros instead so they are universally
useful.


-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:41263] [ruby-trunk - Bug #5598] man pages are in mdoc format
  2011-11-08 14:35 [ruby-core:40844] [ruby-trunk - Bug #5598][Open] man pages are in mdoc format Rainer Orth
  2011-11-09  3:01 ` [ruby-core:40871] [ruby-trunk - Bug #5598][Feedback] " Nobuyoshi Nakada
@ 2011-11-23 22:29 ` George Koehler
  2011-11-27 13:16 ` [ruby-core:41328] [ruby-trunk - Bug #5598][Assigned] " Yuki Sonoda
  2 siblings, 0 replies; 4+ messages in thread
From: George Koehler @ 2011-11-23 22:29 UTC (permalink / raw
  To: ruby-core


Issue #5598 has been updated by George Koehler.

File p-mantype.diff added

Ruby should use its tool/mdoc2man.rb to convert mdoc format to man format. This is broken because some targets in Makefile forgot to pass --mantype="$(MANTYPE)" to INSTRUBY (tools/rbinstall.rb). Now `make install' and `make install-all' ignore MANTYPE and always install mdoc format.

I attached a quick patch. It moves --mantype="$(MANTYPE)" into INSTRUBY_ARGS, so every install target always passes MANTYPE.
----------------------------------------
Bug #5598: man pages are in mdoc format
http://redmine.ruby-lang.org/issues/5598

Author: Rainer Orth
Status: Feedback
Priority: Normal
Assignee: 
Category: DOC
Target version: 
ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [sparc-solaris2.10]


Unfortunately, the ruby man pages are in mdoc format (as detected by grog).
The Solaris man/nroff commands cannot deal with that format, rendering the man
pages effectively useless.

Please provide them using only man macros instead so they are universally
useful.


-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:41328] [ruby-trunk - Bug #5598][Assigned] man pages are in mdoc format
  2011-11-08 14:35 [ruby-core:40844] [ruby-trunk - Bug #5598][Open] man pages are in mdoc format Rainer Orth
  2011-11-09  3:01 ` [ruby-core:40871] [ruby-trunk - Bug #5598][Feedback] " Nobuyoshi Nakada
  2011-11-23 22:29 ` [ruby-core:41263] [ruby-trunk - Bug #5598] " George Koehler
@ 2011-11-27 13:16 ` Yuki Sonoda
  2 siblings, 0 replies; 4+ messages in thread
From: Yuki Sonoda @ 2011-11-27 13:16 UTC (permalink / raw
  To: ruby-core


Issue #5598 has been updated by Yuki Sonoda.

Status changed from Feedback to Assigned
Assignee set to Yuki Sonoda
Target version set to 1.9.2

=begin
HI George,

Thank you for your patch. I'll take a look at this issue.
=end

----------------------------------------
Bug #5598: man pages are in mdoc format
http://redmine.ruby-lang.org/issues/5598

Author: Rainer Orth
Status: Assigned
Priority: Normal
Assignee: Yuki Sonoda
Category: DOC
Target version: 1.9.2
ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [sparc-solaris2.10]


Unfortunately, the ruby man pages are in mdoc format (as detected by grog).
The Solaris man/nroff commands cannot deal with that format, rendering the man
pages effectively useless.

Please provide them using only man macros instead so they are universally
useful.


-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-27 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 14:35 [ruby-core:40844] [ruby-trunk - Bug #5598][Open] man pages are in mdoc format Rainer Orth
2011-11-09  3:01 ` [ruby-core:40871] [ruby-trunk - Bug #5598][Feedback] " Nobuyoshi Nakada
2011-11-23 22:29 ` [ruby-core:41263] [ruby-trunk - Bug #5598] " George Koehler
2011-11-27 13:16 ` [ruby-core:41328] [ruby-trunk - Bug #5598][Assigned] " Yuki Sonoda

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).