Re: Installing documentation from an upstream Makefile

2002-08-08 Thread Colin Watson
On Thu, Aug 08, 2002 at 06:39:11PM +0200, Holger Kubiak wrote: > Why is there no link from /usr/doc to /usr/share/doc ? There probably will be. -- Colin Watson [EMAIL PROTECTED]

Re: Installing documentation from an upstream Makefile

2002-08-08 Thread Holger Kubiak
On Fri, 9 Aug 2002 00:26:03 +1000 Drew Parsons <[EMAIL PROTECTED]> wrote: > > There's a makefile target 'install-docs' which I've modified to > > install > > things into /usr/share/docs/htmlpp/. > > That's /usr/share/doc/... > > > > > Is this sufficient - or

Re: Installing documentation from an upstream Makefile

2002-08-08 Thread Colin Watson
On Thu, Aug 08, 2002 at 04:03:36PM +0100, Steve Kemp wrote: > I'm not using them, hence the question. I believe that it's no longer > necessary to create the links nowadays. Yep. No need to create the links yourself unless you're building packages targetted at woody. -- Colin Watson

Re: Installing documentation from an upstream Makefile

2002-08-08 Thread David Z Maze
Drew Parsons <[EMAIL PROTECTED]> writes: >> Is this sufficient - or should I setup a link from /usr/doc as well? > > If you use the debhelper tools (dh_installdocs in this case I think), > they'll set up the /usr/doc for you automatically. ...except in unstable, where they won't, but my understand

Re: Installing documentation from an upstream Makefile

2002-08-08 Thread Steve Kemp
On Fri, Aug 09, 2002 at 12:26:03AM +1000, Drew Parsons wrote: > That's /usr/share/doc/... Yeah, thanks. > If you use the debhelper tools (dh_installdocs in this case I think), > they'll set up the /usr/doc for you automatically. I'm not using them, hence the question. I believe that it's n

Re: Installing documentation from an upstream Makefile

2002-08-08 Thread Drew Parsons
On Wed, Aug 07, 2002 at 05:04:54PM +0100, Steve Kemp wrote: > > I've almost finished creating a package for htmlpp a html preprocessor > which has lots of example files. > > There's a makefile target 'install-docs' which I've modified to install > things into /usr/share/docs/htmlpp/.