From a4e5044568b95b0bbe119e800a3357657ee718f5 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 14 Apr 2007 17:04:15 +0000 Subject: [PATCH] added missing datarootdir definition --- doc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index c665947..27e2359 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.27 2007-01-01 18:53:51 thib Exp $ +# $Id: Makefile.in,v 1.28 2007-04-14 17:04:15 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,6 +15,7 @@ SRCDIR = @srcdir@ prefix = @prefix@ +datarootdir = @datarootdir@ DESTMAN = @mandir@ DESTDOC = @DOCDIR@ -- 2.47.3