remove remaining docbook syntax; update year in footer

This commit is contained in:
Rasmus Steinke 2018-07-18 12:52:39 +02:00
parent 06c2aef3c7
commit 641447bf9b
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ master_doc = 'index'
# General information about the project.
project = 'Music Player Daemon'
copyright = '2003-2017 The Music Player Daemon Project'
copyright = '2003-2018 The Music Player Daemon Project'
author = 'Max Kellermann'
# The version info for the project you're documenting, acts as replacement for

View File

@ -54,7 +54,7 @@ If you already have a clone, update it:
git pull --rebase git://github.com/MusicPlayerDaemon/MPD master
You can do without "--rebase", but we recommend that you rebase your repository on the "master" repository all the time.
You can do without :option:`--rebase`, but we recommend that you rebase your repository on the "master" repository all the time.
Configure with the options :option:`--enable-debug --enable-werror`. Enable as many plugins as possible, to be sure that you don't break any disabled code.
@ -124,6 +124,6 @@ Now run the analyzer:
.. code-block:: sh
scan-build --use-c++=clang++ --use-cc=clang make</programlisting>
scan-build --use-c++=clang++ --use-cc=clang make
The options :option:`--use-c++` and :option:`--use-cc` are necessary because it invokes :command:`cc` for actually compiling the sources by default. That breaks, because MPD requires a C99 compiler.