mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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>
This commit is contained in:
parent
fa30246096
commit
1b4dedc62e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ EXTRA_DIST=README.1st asoundrc.txt doxygen.cfg index.doxygen
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
test -e doxygen.cfg || sed s:@top_srcdir@:..:g doxygen.cfg.in > doxygen.cfg
|
test -e doxygen.cfg || sed s:[@]top_srcdir[@]:..:g doxygen.cfg.in > doxygen.cfg
|
||||||
doxygen doxygen.cfg
|
doxygen doxygen.cfg
|
||||||
|
|
||||||
doc-pack: doc
|
doc-pack: doc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue