diff options
author | Max Kellermann <max@duempel.org> | 2008-10-25 21:32:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-25 21:32:10 +0200 |
commit | 20ec1a481017817a59de01cb443c8cbf811bcb00 (patch) | |
tree | fad5c65664fbf3e12c732871cda3e7562ae2c7d5 /Makefile.am | |
parent | c7d556f73993e4d348c1d308a083a6b8037fd594 (diff) | |
download | mpd-20ec1a481017817a59de01cb443c8cbf811bcb00.tar.gz mpd-20ec1a481017817a59de01cb443c8cbf811bcb00.tar.xz mpd-20ec1a481017817a59de01cb443c8cbf811bcb00.zip |
Makefile.am: install documentation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 $@ |