doc/Doxyfile.in:
Refer to @top_srcdir@ instead of @src_dir@
doc/Makefile.in:
Set .PHONY to api_ref instead of api_refs
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/
Cheers,
jer
INPUT = @top_srcdir@/lib \
@top_srcdir@/src/lib \
@top_srcdir@/include/netlink \
- @srcdir@/src
+ @top_srcdir@/src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# -*- Makefile -*-
-.PHONY: gendoc api_refs asciidoc
+.PHONY: gendoc api_ref asciidoc
ASCIIDOCOPTS=-a pygments -a language=c -a icons \
-a toc2 \