From: thib Date: Thu, 22 Aug 2002 21:35:56 +0000 (+0000) Subject: bug fix : doc's Makefile now handle DESTDIR X-Git-Tag: ver1564~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a096063ae80949182dedba0e8428625f831f7e5;p=fcron 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@