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

Makefile.am: install documentation

parent c7d556f7
...@@ -2,8 +2,8 @@ ACLOCAL_AMFLAGS = -I m4 ...@@ -2,8 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2 AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
SUBDIRS = src doc SUBDIRS = src doc
docs = README UPGRADING doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING
EXTRA_DIST = COPYING $(docs) m4 autogen.sh scripts .gitignore EXTRA_DIST = $(doc_DATA) m4 autogen.sh scripts .gitignore
sparse-check test: sparse-check test:
$(MAKE) -C src $@ $(MAKE) -C src $@
......
manpages = mpd.1 mpd.conf.5 man_MANS = mpd.1 mpd.conf.5
docs = COMMANDS mpdconf.example doc_DATA = COMMANDS mpdconf.example
EXTRA_DIST = $(manpages) $(docs) 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