From 752b8a910eb19be1a1405bae2f6be54e21c20880 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 17 Jun 2007 07:06:20 +0000 Subject: [PATCH] Removed definition of docdir. It is set by automake already --- doc/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index db7a4f2..a69f80c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.25 2006-11-27 11:34:52 adam Exp $ -docdir=$(datadir)/doc/@PACKAGE@ - +## $Id: Makefile.am,v 1.26 2007-06-17 07:06:20 adam Exp $ SUBDIRS = common XMLFILES = \ -- 1.7.10.4