Codebase list alsa-lib / 1b4dedc
doc: fix handling of @top_srcdir@ The value of top_srcdir should be replaced in the config file, not in the makefile, so we have to escape it in the makefile. In the default case, the value of top_srcdir is ".." which, when used as a regular expression, is a little bit too inclusive. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Clemens Ladisch 14 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 INCLUDES=-I$(top_srcdir)/include
55
66 doc:
7 test -e doxygen.cfg || sed s:@top_srcdir@:..:g doxygen.cfg.in > doxygen.cfg
7 test -e doxygen.cfg || sed s:[@]top_srcdir[@]:..:g doxygen.cfg.in > doxygen.cfg
88 doxygen doxygen.cfg
99
1010 doc-pack: doc