bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] DESTDIR support in subdirectory doc


From: Dr. Volker Zell
Subject: [Bug-gnubg] DESTDIR support in subdirectory doc
Date: Wed, 11 Apr 2007 09:41:47 +0200

Hi

Attached a patch which adds DESTDIR support in the doc subdirectory. This is 
against
gnubg-source-MAIN-20070410.

Ciao
  Volker

-------------- cut here ------------
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x ltmain.sh -x 'config.*' -x 
depcomp -x install-sh -x missing -x mkinstalldirs -x autom4te.cache -x 
'*compile' -x Makefile.in.in -x 'intltool*.in' -x 'xml-i18n-*.in' -x '*.pyc' -x 
'*.mo' -x '*.gmo' -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x 
mdate-sh -x '*.orig' -x '*.rej' -x '*~' -x '*.temp' -x texinfo.tex -x ylwrap -x 
Makefile.in -x makefile.in -x configure -x gnome-doc-utils.make -x 
gnome-doc-utils.m4 -x intltool.m4 -x omf.make -x xmldocs.make 
origsrc/gnubg/doc/ChangeLog src/gnubg/doc/ChangeLog
--- origsrc/gnubg/doc/ChangeLog 2004-05-10 22:40:20.000000000 +0200
+++ src/gnubg/doc/ChangeLog     2007-04-11 09:36:28.396561600 +0200
@@ -1,3 +1,7 @@
+2007-04-11  Dr. Volker Zell  <address@hidden>
+
+       * Makefile.am: Add DESTDIR support.
+
 Mon May 10 22:39:53 CEST 2004  JOern Thyssen  <address@hidden>
 
        * Makefile.am: add missing files to Makefile.am 
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x ltmain.sh -x 'config.*' -x 
depcomp -x install-sh -x missing -x mkinstalldirs -x autom4te.cache -x 
'*compile' -x Makefile.in.in -x 'intltool*.in' -x 'xml-i18n-*.in' -x '*.pyc' -x 
'*.mo' -x '*.gmo' -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x 
mdate-sh -x '*.orig' -x '*.rej' -x '*~' -x '*.temp' -x texinfo.tex -x ylwrap -x 
Makefile.in -x makefile.in -x configure -x gnome-doc-utils.make -x 
gnome-doc-utils.m4 -x intltool.m4 -x omf.make -x xmldocs.make 
origsrc/gnubg/doc/Makefile.am src/gnubg/doc/Makefile.am
--- origsrc/gnubg/doc/Makefile.am       2007-03-22 07:20:04.000000000 +0100
+++ src/gnubg/doc/Makefile.am   2007-04-11 09:30:03.172636800 +0200
@@ -34,10 +34,10 @@
        cp gnubg/gnubg.info .
 
 install-data-local: gnubg.html allabout.html gnubg.info images/*.png
-       $(mkinstalldirs) $(gnubg_helpdir)/images
+       $(mkinstalldirs) $(DESTDIR)$(gnubg_helpdir)/images
        -for file in gnubg.html allabout.html gnubgdb.xml allabout.xml 
gnubg.info; do \
        basefile=`basename $$file`; \
-       $(INSTALL_DATA) $(srcdir)/$$file $(gnubg_helpdir)/$$basefile; \
+       $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gnubg_helpdir)/$$basefile; 
\
        done
 
 CLEANFILES=*.html

-------------- cut here ------------





reply via email to

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