Makefile.am: install documentation

This commit is contained in:
Max Kellermann 2008-10-25 21:32:10 +02:00
parent c7d556f739
commit 20ec1a4810
2 changed files with 5 additions and 5 deletions

View File

@ -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 $@

View File

@ -1,3 +1,3 @@
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)