diff options
author | Max Kellermann <max@duempel.org> | 2016-02-26 17:56:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-02-26 17:56:24 +0100 |
commit | 48d02bef15ba09859fb38c07c0ac1de10f57e593 (patch) | |
tree | c5e80679a96641575fda79a630c32fb4ca8ae42b /Makefile.am | |
parent | 1d67aa7bf2092f1befea4e1d6e0019de3bf7706c (diff) |
README: convert to Markdown
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2a44e4437..51063725f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2244,7 +2244,7 @@ endif # man_MANS = doc/mpd.1 doc/mpd.conf.5 -doc_DATA = AUTHORS COPYING NEWS README doc/mpdconf.example +doc_DATA = AUTHORS COPYING NEWS README.md doc/mpdconf.example DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml |