aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-25 21:32:10 +0200
committerMax Kellermann <max@duempel.org>2008-10-25 21:32:10 +0200
commit20ec1a481017817a59de01cb443c8cbf811bcb00 (patch)
treefad5c65664fbf3e12c732871cda3e7562ae2c7d5 /Makefile.am
parentc7d556f73993e4d348c1d308a083a6b8037fd594 (diff)
Makefile.am: install documentation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 49a3436f..9c87591f 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 $@