1. 30 Mar, 2016 2 commits
  2. 17 Mar, 2015 9 commits
  3. 04 Aug, 2013 1 commit
  4. 10 Oct, 2011 1 commit
  5. 27 Aug, 2011 1 commit
    • Jonathan Neuschäfer's avatar
      let doxygen find the source code · 4428894a
      Jonathan Neuschäfer authored
      [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
      4428894a
  6. 23 Dec, 2010 1 commit
  7. 25 Jul, 2010 1 commit
  8. 23 Feb, 2009 1 commit
    • Max Kellermann's avatar
      Makefile.am: no recursive makefiles · 3b1a9aec
      Max Kellermann authored
      Recursive Makefiles are inefficient and error prone (no proper way to
      declare dependencies).  Since there's no disadvantage in having one
      single Makefile, let's do it.
      3b1a9aec
  9. 13 Feb, 2009 1 commit