This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build docs from 'versioned' repository


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

John Dallaway

-----Original Message-----
From: Andrew Lunn
Date: Wednesday 22 Jan 2003 10:28
Subject: Re: Build docs from 'versioned' repository

> On Wed, Jan 22, 2003 at 10:11:41AM +0000, John Dallaway wrote:
> > Index: ChangeLog
> > ===================================================================
> > RCS file: /cvs/ecos/ecos/doc/ChangeLog,v
> > retrieving revision 1.11
> > diff -u -5 -p -r1.11 ChangeLog
> > --- ChangeLog   4 Jan 2003 18:46:12 -0000       1.11
> > +++ ChangeLog   22 Jan 2003 10:05:13 -0000
> > @@ -1,5 +1,10 @@
> > +2003-01-22  John Dallaway  <jld@ecoscentric.com>
> > +
> > +       * sgml/makemakefile: Allow eCos package version to be specified
> > +       (when not "current") as the first command line parameter.
> > +
>
> Hi John
>
> Could you explain this a little more please? An example.
>
>       Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]