[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: doc/book request

From: Matt Kraai <kraai_at_alumni.cmu.edu>
Date: 2003-05-08 22:06:02 CEST

On Thu, May 08, 2003 at 12:34:32PM -0700, Greg Stein wrote:
> On Thu, May 08, 2003 at 11:21:51AM -0700, Bruce A. Mah wrote:
> >...
> > +++ doc/book/Makefile (working copy)
> > @@ -3,7 +3,9 @@
> > INSTALL = install
> >
> > ## You shouldn't normally need to edit anything below here.
> > +PRINTF = printf
>
> I don't think this is portable, so...
>
> >...
> > +$(BOOK_VERSION_SOURCE):
> > + $(PRINTF) '<!ENTITY svn.version "%s">' `$(SVNVERSION) .` > $(BOOK_VERSION_SOURCE)
>
> echo '<!ENTITY svn.version "VERSION">' | sed "s/VERSION/`$(SVNVERSION) .`/" > $(BOOK_VERSION_SOURCE)

Would

 echo '<!ENTITY svn.version "'`$(SVNVERSION) .`'">' > $(BOOK_VERSION_SOURCE)

work?

-- 
Matt Kraai <kraai@alumni.cmu.edu>
Debian GNU/Linux Peon
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 8 22:06:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.