From 05cddf0ab74f90ff139ff816fac445fd57bff1eb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 13 Oct 2006 10:21:58 +0000 Subject: [PATCH] Enabled docdir setting again. Autotools does not set it on FreeBSD --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 73d3934..2fa064f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -## $Id: Makefile.am,v 1.31 2006-10-12 11:31:11 marc Exp $ -#docdir=$(datadir)/doc/@PACKAGE@ +## $Id: Makefile.am,v 1.32 2006-10-13 10:21:58 adam Exp $ +docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common -- 1.7.10.4