Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/punc/files: 1.4-doc.patch
Date: Tue, 02 Nov 2010 08:37:50
Message-Id: 20101102083741.E801B20051@flycatcher.gentoo.org
1 jlec 10/11/02 08:37:41
2
3 Added: 1.4-doc.patch
4 Log:
5 Fixed automagic doxygen usage
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/punc/files/1.4-doc.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/files/1.4-doc.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/files/1.4-doc.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.4-doc.patch
16 ===================================================================
17 diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am
18 index ca42fe0..264ba82 100644
19 --- a/doc/doxygen/Makefile.am
20 +++ b/doc/doxygen/Makefile.am
21 @@ -29,13 +29,11 @@
22 ## Author: Michael Holst
23 ## ###########################################################################
24
25 -docdir = @prefix@/doc/punc
26 -
27 doc_DATA = punc_doc
28
29 punc_doc:
30 $(doxygen_path) $(top_srcdir)/doc/doxygen/punc.dox
31
32 install-docDATA:
33 - mkdir -p $(docdir)
34 - cp -r ../api $(docdir)/
35 + mkdir -p $(DESTDIR)/@docdir@
36 + cp -r ../api $(DESTDIR)/@docdir@/