This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: docs directory plan
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: docs directory plan
- From: Nathan Myers <ncm@best.com>
- Date: Wed, 7 Apr 1999 16:10:15 -0700 (PDT)
Benjamin wrote:
> So here's a preliminary plan: the root level of the libstdc++
> directory will contain a docs directory. Inside this directory will be
> three new sub-directories: text, html, and image (all names pending,
> by the way.)
>
> With this in place, pages like contribute.html can refer to documents
> such as DESIGN with:
> <a href="../text/DESIGN">DESIGN</a>
All else being equal I'd rather see the text files kept directly
under docs:
docs/DESIGN
Putting the rest under subdirectories seems like a good idea.
I expect to see the text documents migrate to subdirectories
as they get translated to higher-level formats, so that the
text form equates to immediacy.
Nathan