From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PDC5D-0004RB-Iu for garchives@archives.gentoo.org; Tue, 02 Nov 2010 08:19:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B1DAE06F9; Tue, 2 Nov 2010 08:19:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48250E06F9 for ; Tue, 2 Nov 2010 08:19:04 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7CD21B41C1 for ; Tue, 2 Nov 2010 08:19:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 4B5A320051; Tue, 2 Nov 2010 08:19:02 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gamer/files: 1.4-doc.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: 1.4-doc.patch X-VCS-Directories: sci-libs/gamer/files X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20101102081902.4B5A320051@flycatcher.gentoo.org> Date: Tue, 2 Nov 2010 08:19:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 63e45157-34ca-47b4-9cff-4dacfa91c610 X-Archives-Hash: c3a49be36f5b6ed8dc2f263e4cdcbda6 jlec 10/11/02 08:19:02 Added: 1.4-doc.patch Log: Fixed automagic doxygen usage =20 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64) Revision Changes Path 1.1 sci-libs/gamer/files/1.4-doc.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gamer/fil= es/1.4-doc.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gamer/fil= es/1.4-doc.patch?rev=3D1.1&content-type=3Dtext/plain Index: 1.4-doc.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 4067c1c..43867e2 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -9,13 +9,11 @@ ## Author: Michael Holst ## #####################################################################= ###### =20 -docdir =3D @prefix@/doc/gamer - doc_DATA =3D gamer_doc =20 gamer_doc:=20 $(doxygen_path) $(top_srcdir)/doc/doxygen/gamer.dox =20 install-docDATA: - mkdir -p $(docdir) - cp -r ../api $(docdir)/ + mkdir -p $(DESTDIR)/@docdir@ + cp -r ../api $(DESTDIR)/@docdir@