]> granicus.if.org Git - libnl/commitdiff
Fix two bugs in 3.2.8/doc/
authorJeroen Roovers <jer@gentoo.org>
Tue, 1 May 2012 18:32:57 +0000 (20:32 +0200)
committerThomas Graf <tgraf@redhat.com>
Mon, 7 May 2012 12:54:42 +0000 (14:54 +0200)
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

doc/Doxyfile.in
doc/Makefile.am

index c183abd00800da5bca843250eb922164c3566302..8bb4fd5d54cc93f485c1385285c1e242f979af2d 100644 (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
index 9b964b57866efe88471185cc7c50333f65518f8c..6f574ddd6db7a3519406c77f5cb4adb8cd04aa56 100644 (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 \