Commit 20ec1a48 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: install documentation

parent c7d556f7
......@@ -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 $@
......
manpages = mpd.1 mpd.conf.5
docs = COMMANDS mpdconf.example
EXTRA_DIST = $(manpages) $(docs)
man_MANS = mpd.1 mpd.conf.5
doc_DATA = COMMANDS mpdconf.example
EXTRA_DIST = $(man_MANS) $(doc_DATA)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment