From 1fa5b119950780b8ad2c052d737b8b8f89e0ef2d Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 13 Oct 2010 22:46:29 +0200 Subject: [PATCH] =?UTF-8?q?doc/Makefile.am:=20don=C2=B9t=20set=20docdir,?= =?UTF-8?q?=20automake=20handles=20it=20already?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And elder make(1) programs donĀ¹t like "x ?= y" ... --- doc/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 34dd9c9b..3a37ff47 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,8 +19,6 @@ EXTRA_DIST = FAQ.txt GIT.txt Protocol.txt Platforms.txt README-AUX.txt \ maintainer-clean-local: rm -f Makefile Makefile.in -docdir ?= $(datadir)/doc/$(PACKAGE) - documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \ ../NEWS ../README