From: thib Date: Thu, 14 Sep 2000 19:02:51 +0000 (+0000) Subject: includes MANDIR and DOCDIR X-Git-Tag: ver1564~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19d65231c3558ea15e00cb1ea6ae1f066ccd472b;p=fcron 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@