From 20ec1a481017817a59de01cb443c8cbf811bcb00 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 25 Oct 2008 21:32:10 +0200 Subject: Makefile.am: install documentation --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 49a3436f4..9c87591f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,8 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2 SUBDIRS = src doc -docs = README UPGRADING -EXTRA_DIST = COPYING $(docs) m4 autogen.sh scripts .gitignore +doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING +EXTRA_DIST = $(doc_DATA) m4 autogen.sh scripts .gitignore sparse-check test: $(MAKE) -C src $@ -- cgit v1.2.3