Fix two bugs in 3.2.8/doc/
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
This commit is contained in:
parent
ad5d2b7738
commit
d726ecd2d7
2 changed files with 2 additions and 2 deletions
|
@ -590,7 +590,7 @@ WARN_LOGFILE =
|
|||
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- Makefile -*-
|
||||
|
||||
.PHONY: gendoc api_refs asciidoc
|
||||
.PHONY: gendoc api_ref asciidoc
|
||||
|
||||
ASCIIDOCOPTS=-a pygments -a language=c -a icons \
|
||||
-a toc2 \
|
||||
|
|
Loading…
Add table
Reference in a new issue