Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnl/files: libnl-3.2.8-doc.patch
Date: Tue, 01 May 2012 18:39:16
Message-Id: 20120501182949.BCF202004C@flycatcher.gentoo.org
1 jer 12/05/01 18:29:49
2
3 Added: libnl-3.2.8-doc.patch
4 Log:
5 Remove USE=dot dependency for app-doc/doxygen. Add a patch to fix building documentation.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/libnl/files/libnl-3.2.8-doc.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/libnl-3.2.8-doc.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/libnl-3.2.8-doc.patch?rev=1.1&content-type=text/plain
14
15 Index: libnl-3.2.8-doc.patch
16 ===================================================================
17 --- a/doc/Doxyfile.in
18 +++ b/doc/Doxyfile.in
19 @@ -590,7 +590,7 @@
20 INPUT = @top_srcdir@/lib \
21 @top_srcdir@/src/lib \
22 @top_srcdir@/include/netlink \
23 - @srcdir@/src
24 + @top_srcdir@/src
25
26 # This tag can be used to specify the character encoding of the source files
27 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
28 --- a/doc/Makefile.am
29 +++ b/doc/Makefile.am
30 @@ -1,6 +1,6 @@
31 # -*- Makefile -*-
32
33 -.PHONY: gendoc api_refs asciidoc
34 +.PHONY: gendoc api_ref asciidoc
35
36 ASCIIDOCOPTS=-a pygments -a language=c -a icons \
37 -a toc2 \