This is the mail archive of the
ecos-patches@sources.redhat.com
mailing list for the eCos project.
Re: Build docs from 'versioned' repository
On Wed, Jan 22, 2003 at 11:52:55AM +0000, John Dallaway wrote:
> Hi Andrew
>
> doc/sgml/makemakefile previously assumed that all the packages in the eCos
> repository had a version directory name of 'current'. This is not always
> the case. My patch (now applied) allows an alternative version directory
> name to be specified on the makemakefile command line. For example:
>
> $ cd doc/sgml
> $ makemakefile v1_5_13
>
> Without a parameter, makemakefile still assumes 'current'.
OK. How about putting this little example as a comment in the script?
Its not as clever as i hoped. My tree has a mixture of current and
v1_5_2. It would be nice to be able to specify this on a per packages
level, or even for it to parse ecos.ecc and use the package versions
currently selected.
Andrew