* [gentoo-commits] gentoo-x86 commit in sci-libs/gamer/files: 1.4-doc.patch
@ 2010-11-02 8:19 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-11-02 8:19 UTC (permalink / raw
To: gentoo-commits
jlec 10/11/02 08:19:02
Added: 1.4-doc.patch
Log:
Fixed automagic doxygen usage
(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/files/1.4-doc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gamer/files/1.4-doc.patch?rev=1.1&content-type=text/plain
Index: 1.4-doc.patch
===================================================================
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
## ###########################################################################
-docdir = @prefix@/doc/gamer
-
doc_DATA = gamer_doc
gamer_doc:
$(doxygen_path) $(top_srcdir)/doc/doxygen/gamer.dox
install-docDATA:
- mkdir -p $(docdir)
- cp -r ../api $(docdir)/
+ mkdir -p $(DESTDIR)/@docdir@
+ cp -r ../api $(DESTDIR)/@docdir@
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-02 8:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 8:19 [gentoo-commits] gentoo-x86 commit in sci-libs/gamer/files: 1.4-doc.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox