alsa-lib/doc
Takashi Iwai 6ab63388d1 Create doxgen.cfg dynamically
The patch from bug#3799
	https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3799

The "doc" target in doc/Makefile.am assumes the build directory and
the source directory are the same and fails if they differ ... this is
because the doxygen.cfg contains relative paths (such as ../) that
only work when building in the source tree

The attached patch against hg replaces all relative paths with
@top_srcdir@ and changes doxygen.cfg to a generated file so that
configure replaces @top_srcdir@ with the appropriate configure-time
path.

Assuming people like being able to do `make -f Makefile.am doc` on
an unconfigured and having it work, i added a small `test&&sed`
that'll generate an appropriate default doxygen.cfg for them.
2008-02-25 14:56:51 +01:00
..
pictures Added pictures to EXTRA_DIST 2002-03-09 17:36:37 +00:00
asoundrc.txt initial & empty smixer-ac97.so module (only the build framework) 2005-06-07 11:44:25 +00:00
doxygen.cfg.in Create doxgen.cfg dynamically 2008-02-25 14:56:51 +01:00
index.doxygen Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:24:55 +02:00
Makefile.am Create doxgen.cfg dynamically 2008-02-25 14:56:51 +01:00
README.1st Fixed 2001-08-30 09:28:17 +00:00

The doxygen documentation is created with command 'make doc' in toplevel
directory.