diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-04 20:05:30 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-04 20:05:30 +0000 |
commit | ffd580dd1986dfd4b614f0a3fded4b173425de85 (patch) | |
tree | f4744bb7c45a9b942abba1fe12bbbc02566144e3 /doc/Makefile.am | |
parent | 2eb5ebc4ed04b2d8f12af56a5201019fb9992be1 (diff) | |
download | mpd-ffd580dd1986dfd4b614f0a3fded4b173425de85.tar.gz mpd-ffd580dd1986dfd4b614f0a3fded4b173425de85.tar.xz mpd-ffd580dd1986dfd4b614f0a3fded4b173425de85.zip |
New man page for mpd.conf. Thanks to qball and eleusis for input.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4248 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 3e21b40fb..4fe260180 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -man_MANS = mpd.1 +man_MANS = mpd.1 mpd.conf.5 docdir = $(prefix)/share/doc/$(PACKAGE) doc_DATA = COMMANDS mpdconf.example EXTRA_DIST = $(man_MANS) $(doc_DATA) |