summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunK <electricityispower@gmail.com>2008-08-26 01:31:08 +0200
committerunK <electricityispower@gmail.com>2008-08-26 01:31:08 +0200
commitc7ebe772c7bda23a8b39d1964744279760d7f26c (patch)
tree8c4b10b08262e7430b09a843df35e154f9b90742 /Makefile.am
parent2d6f0faf7ccfebe77468d65d2ff00f5b0964a226 (diff)
more common way of handling example config files (like in ncmpc) + add a few
more functions to libmpdclient implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 02520f20..c2d703b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,4 +2,7 @@
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
-SUBDIRS = src
+SUBDIRS = src doc
+docdir = $(prefix)/share/doc/$(PACKAGE)
+doc_DATA = AUTHORS NEWS
+EXTRA_DIST = COPYING $(doc_DATA)