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

Re: installing that man page

From: Daniel Stenberg <daniel_at_haxx.se>
Date: 2001-10-19 14:29:24 CEST

On Fri, 19 Oct 2001, Kevin Pilch-Bisson wrote:

> > +man1pages = subversion/clients/cmdline/man/svn.1
>
> I would like to see a these added as a target to build.conf and
> gen-make.py, so that build.conf contains all the targets we build.

That's an option, yes. I'm worthless when it comes to python, so I'd like a
helping hand there.

> > +man1dir = $mandir/man1
> ^^^^
> needs to be $(mandir)

Oops.

> > +install-man1: $(man1pages)
> > + $(MKDIR) $(DESTDIR)$(man1dir)
>
> What is $(DESTDIR)?

DESTDIR is generally used by makefiles to enable install targets to get
installed at a different path by offering a static prefix, just like this. It
doesn't do any harm when not used, of course.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

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.