ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* RDoc .document not picking up README
@ 2008-02-17 21:38 Trans
  2008-02-17 22:59 ` Joel VanderWerf
  0 siblings, 1 reply; 3+ messages in thread
From: Trans @ 2008-02-17 21:38 UTC (permalink / raw
  To: ruby-core

Hi--

Have a little trouble with rdoc using .document file. My .document
file reads:

  README
  COPYING
  CHANGES
  NOTES
  lib

But when I run:

  $ rdoc -U -o doc/reap/rdoc -T html -t 'Reap API' -m README

I doesn't pick up any of the capitalized file names, just the lib
directory. And it ends in:

  Generating HTML...
  Could not find main page README
  Could not find main page README
  Could not find main page README
  Could not find main page README

Anyone know why? Is this a bug? Am I doing something wrong?

  $ rdoc -v
  RDoc V1.0.1 - 20041108

T.

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

* Re: RDoc .document not picking up README
  2008-02-17 21:38 RDoc .document not picking up README Trans
@ 2008-02-17 22:59 ` Joel VanderWerf
  2008-02-18  3:32   ` Trans
  0 siblings, 1 reply; 3+ messages in thread
From: Joel VanderWerf @ 2008-02-17 22:59 UTC (permalink / raw
  To: ruby-core

Trans wrote:
> Hi--
> 
> Have a little trouble with rdoc using .document file. My .document
> file reads:
> 
>   README
>   COPYING
>   CHANGES
>   NOTES
>   lib
> 
> But when I run:
> 
>   $ rdoc -U -o doc/reap/rdoc -T html -t 'Reap API' -m README
> 
> I doesn't pick up any of the capitalized file names, just the lib
> directory. And it ends in:

Does it work if you reference the files explicitly on the command line?

-- 
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

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

* Re: RDoc .document not picking up README
  2008-02-17 22:59 ` Joel VanderWerf
@ 2008-02-18  3:32   ` Trans
  0 siblings, 0 replies; 3+ messages in thread
From: Trans @ 2008-02-18  3:32 UTC (permalink / raw
  To: ruby-core



On Feb 17, 5:59 pm, Joel VanderWerf <vj...@path.berkeley.edu> wrote:
> Does it work if you reference the files explicitly on the command line?

Yes. It does. In my build script, I ended up reading in and parsing
the .document file and adding it the shell command line. But clearly
that shouldn't be necessary.

T.

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

end of thread, other threads:[~2008-02-18  3:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 21:38 RDoc .document not picking up README Trans
2008-02-17 22:59 ` Joel VanderWerf
2008-02-18  3:32   ` Trans

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