From: Thibault Godouet Date: Thu, 22 Aug 2002 21:35:56 +0000 (+0000) Subject: bug fix : doc's Makefile now handle DESTDIR X-Git-Tag: ver2_9_4~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11001b1e3f829e0d1dae3c0a03f245e122bb4ba4;p=thirdparty%2Ffcron.git bug fix : doc's Makefile now handle DESTDIR --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 93ead72..ab71e02 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.10 2002-07-19 19:43:25 thib Exp $ +# $Id: Makefile.in,v 1.11 2002-08-22 21:35:56 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -15,8 +15,8 @@ SRCDIR = @srcdir@ prefix = @prefix@ -DESTMAN = @mandir@ -DESTDOC = @DOCDIR@ +DESTMAN = $(DESTDIR)@mandir@ +DESTDOC = $(DESTDIR)@DOCDIR@ INSTALL = @INSTALL@ JADE = @JADE@