diff options
author | Max Kellermann <max@duempel.org> | 2010-12-24 00:25:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-12-24 00:25:31 +0100 |
commit | b8fe2c74bcddaad9a9914964a7ce12015e7723bf (patch) | |
tree | e55b16c83ce409c61f7f6d4a0e1fac14e27c3e8a /configure.ac | |
parent | be3b5199b02fb2c0e1b5c3fe64e7a67e6ad041d7 (diff) | |
download | mpd-b8fe2c74bcddaad9a9914964a7ce12015e7723bf.tar.gz mpd-b8fe2c74bcddaad9a9914964a7ce12015e7723bf.tar.xz mpd-b8fe2c74bcddaad9a9914964a7ce12015e7723bf.zip |
Makefile.am: generate doxygen.conf
Don't create a modified copy for out-of-tree builds.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4d578c9f0..0b92e70f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1609,5 +1609,6 @@ dnl --------------------------------------------------------------------------- dnl Generate files dnl --------------------------------------------------------------------------- AC_OUTPUT(Makefile) +AC_OUTPUT(doc/doxygen.conf) echo 'MPD is ready for compilation, type "make" to begin.' |