avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] RE: [avr-libc-commit] [2224] . Honour $(DESTDIR) in man p


From: Weddington, Eric
Subject: [avr-libc-dev] RE: [avr-libc-commit] [2224] . Honour $(DESTDIR) in man page installation, so the user can re-root
Date: Wed, 23 Feb 2011 12:54:23 -0700

Thanks for the help, Joerg! :-)

Eric Weddington


> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of Joerg Wunsch
> Sent: Wednesday, February 23, 2011 12:25 PM
> To: address@hidden
> Subject: [avr-libc-commit] [2224] . Honour $(DESTDIR) in man page
> installation, so the user can re-root
> 
> Revision: 2224
>           http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-
> libc&revision=2224
> Author:   joerg_wunsch
> Date:     2011-02-23 19:25:28 +0000 (Wed, 23 Feb 2011)
> Log Message:
> -----------
> . Honour $(DESTDIR) in man page installation, so the user can re-root
>   the target three by time of installation.
> 
> . Replace the GNUism "install -t dir file..." by its generic counterpart
>   "intall file... dir" so it works everywhere, not just on GNU systems.
> 
> Modified Paths:
> --------------
>     trunk/avr-libc/doc/api/Makefile.am
> 
> Modified: trunk/avr-libc/doc/api/Makefile.am
> ===================================================================
> --- trunk/avr-libc/doc/api/Makefile.am        2011-02-23 18:15:04 UTC (rev
> 2223)
> +++ trunk/avr-libc/doc/api/Makefile.am        2011-02-23 19:25:28 UTC (rev
> 2224)
> @@ -239,8 +239,8 @@
>       $(INSTALL_DATA) $(USER_MANUAL).pdf
> $(DOC_INST_DIR)/$(USER_MANUAL).pdf
> 
>  install-dox-man: dox-html
> -     $(mkinstalldirs) $(mandir)/man3
> -     $(INSTALL_DATA) -t $(mandir)/man3 man/man3/*.3
> +     $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
> +     $(INSTALL_DATA) man/man3/*.3 $(DESTDIR)$(mandir)/man3
> 
>  .PHONY: html latex pdf demo demodox \
>       dox-html dox-pdf install-pdf install-html \
> 
> 
> _______________________________________________
> avr-libc-commit mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/avr-libc-commit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]