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:
Jeroen Roovers 2012-05-01 20:32:57 +02:00 committed by Thomas Graf
parent ad5d2b7738
commit d726ecd2d7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 \