diff options
author | unK <electricityispower@gmail.com> | 2008-08-26 01:31:08 +0200 |
---|---|---|
committer | unK <electricityispower@gmail.com> | 2008-08-26 01:31:08 +0200 |
commit | c7ebe772c7bda23a8b39d1964744279760d7f26c (patch) | |
tree | 8c4b10b08262e7430b09a843df35e154f9b90742 /Makefile.am | |
parent | 2d6f0faf7ccfebe77468d65d2ff00f5b0964a226 (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.am | 5 |
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) |