Module: ngircd.git Branch: master Commit: 1fa5b119950780b8ad2c052d737b8b8f89e0ef2d URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=1fa5b...
Author: Alexander Barton alex@barton.de Date: Wed Oct 13 22:46:29 2010 +0200
doc/Makefile.am: don¹t set docdir, automake handles it already
And elder make(1) programs don¹t like "x ?= y" ...
---
doc/Makefile.am | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am index 34dd9c9..3a37ff4 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