]> git.alsa-project.org Git - alsa-lib.git/commit
doc: fix handling of @top_srcdir@
authorClemens Ladisch <clemens@ladisch.de>
Tue, 4 Aug 2009 07:12:39 +0000 (09:12 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Tue, 4 Aug 2009 07:12:39 +0000 (09:12 +0200)
commit1b4dedc62e1fd4d43403458536842e4cdc79628b
tree0bd27c189e7f2b0dd5e26f6a0830c82bdd668e63
parentfa302460966b1683e1bc5ad7b50b00abc85968d7
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>
doc/Makefile.am