mpd/doc
Jonathan Neuschäfer 4428894aba let doxygen find the source code
[Unfortunately,] @top_srcdir@ is replaced by the package's top-level
directory relative to the directory of the .in file being processed,
e.g. if you unpack the MPD source to /usr/src/mpd, and build it in the
same directory, @top_srcdir@/src/ in doc/doxygen.conf.in will be re-
placed by "../src/", and, as doxygen is invoked from the top directory,
is will expect the source code in /usr/src/src/, which is obviously
wrong.
To work around this problem, this patch changes @top_srcdir@ to
@abs_top_srcdir@, which expands to the absolute path of the top source
directory[1].

[1] http://www.gnu.org/s/hello/manual/autoconf/Preset-Output-Variables.html
2011-08-27 11:30:30 +02:00
..
developer.xml doc: added Developer's Manual 2009-06-02 21:09:45 +02:00
doxygen.conf.in let doxygen find the source code 2011-08-27 11:30:30 +02:00
mpd.1 cmdline: removed options --create-db and --no-create-db 2009-09-20 23:31:35 +02:00
mpd.conf.5 doc: Add configuration help for despotify 2011-03-29 17:01:16 +02:00
mpdconf.example playlist_state: add option "restore_paused" 2011-02-23 09:10:23 +01:00
protocol.xml queue: implement song "priorities" 2011-07-19 00:34:33 +02:00
user.xml input/soup: new input plugin based on libsoup 2011-08-24 03:33:49 +02:00