From: Thibault Godouet Date: Thu, 14 Sep 2000 19:02:51 +0000 (+0000) Subject: includes MANDIR and DOCDIR X-Git-Tag: ver2_9_4~570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1315f7c8be067d36c6e162d46fe3ae503a9e471;p=thirdparty%2Ffcron.git includes MANDIR and DOCDIR --- diff --git a/Makefile.in b/Makefile.in index ef9a9ea..ccc7377 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,15 +4,15 @@ # @configure_input@ -# $Id: Makefile.in,v 1.35 2000-09-13 19:27:47 thib Exp $ +# $Id: Makefile.in,v 1.36 2000-09-14 19:02:51 thib Exp $ # Where should we install it ? prefix = @prefix@ exec_prefix = @exec_prefix@ DESTSBIN = @sbindir@ DESTBIN = @bindir@ -DESTMAN = @mandir@ -DESTDOC = $(prefix)/doc +DESTMAN = @MANDIR@ +DESTDOC = @DOCDIR@ FCRONTABS = @FCRONTABS@ ETC = @ETC@ CFLAGS = @CFLAGS@