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

[PATCH] Make doc/book/Makefile respect DESTDIR

From: Jon Middleton <jjm_at_ixtab.org.uk>
Date: 2002-11-28 00:21:29 CET

* doc/book/Makefile: perfix INSTALL_DIR with DESTDIR if passed to make

Index: doc/book/Makefile
===================================================================
--- doc/book/Makefile (revision 3928)
+++ doc/book/Makefile (working copy)
@@ -1,5 +1,5 @@
 XSLTPROC = xsltproc
-INSTALL_DIR = /usr/share/doc/subversion
+INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion
 INSTALL = install
 
 ## You shouldn't normally need to edit anything below here.

-- 
Jon
"First things first -- but not necessarily in that order"
                -- The Doctor, "Doctor Who"		

  • application/pgp-signature attachment: stored
Received on Thu Nov 28 00:22:12 2002

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.