[distcc] Re: Bug#172518: #172518: upgrading distcc

Martin Pool mbp at sourcefrog.net
Sat Feb 15 06:42:34 GMT 2003


On  5 Feb 2003, Paul Russell <prussell at alderaan.franken.de> wrote:

> I've solved this and uploaded.  Packaged 1.1, too for immenent uploading
> after some testing.

Thanks!

> -pkgdoc_DOCS = AUTHORS COPYING COPYING.FDL NEWS OLDNEWS README \
> +pkgdoc_DOCS = AUTHORS NEWS OLDNEWS README \
>  	DEPENDENCIES INSTALL 

debian-policy 13.3 says there is no point installing INSTALL, since
it's only relevant to building.  I agree.  

DEPENDENCIES makes sense.

> -clean: 
> +clean: clean-autoconf clean-linuxdoc
>  	rm -f src/*.o popt/*.o
>  	rm -f $(check_PROGRAMS) $(bin_PROGRAMS)
>  	rm -rf testtmp
>  
> +clean-linuxdoc:
> +	rm -f linuxdoc/distcc.info* linuxdoc/distcc.pdf linuxdoc/distcc.ps*
> +	rm -rf linuxdoc/html
> +
> +clean-autoconf:
> +	rm -f config.status config.cache config.log 
> +

I don't want to clean the SGML output by "make clean" because many
people may not have the tools needed to regenerate them.  Therefore
they're only cleaned by "make distclean".

By the way, Frerich Raabe has converted the manual to DocBook from
Linuxdoc XML.  Hopefully that won't make a big difference to the
Debian   I don't know if that will make a difference to you.

> -install-linuxdoc: $(linuxdoc_DOCS) linuxdoc/html/distcc.html $(linuxdoc_INFO)
> +install-linuxdoc: $(linuxdoc_DOCS) install-linuxdoc-html $(linuxdoc_INFO)
>  	$(INSTALL) -d $(DESTDIR)$(manualdocdir)/html
>  	$(INSTALL) -d  $(DESTDIR)$(infodir)
>  	$(INSTALL_DATA) $(linuxdoc_DOCS) $(DESTDIR)$(manualdocdir)
>  	$(INSTALL_DATA) $(linuxdoc_INFO) $(DESTDIR)$(infodir)
> +
> +install-linuxdoc-html: linuxdoc/html/distcc.html
> +	$(INSTALL) -d $(manualdocdir)/html
>  	$(INSTALL_DATA) linuxdoc/html/* $(DESTDIR)$(manualdocdir)/html

OK.  You're going to install just HTML?  That's probably the most
useful format.

-- 
Martin


More information about the distcc mailing list