Don't try to build and install doxygen generated docs if doxygen is found
This commit is contained in:
parent
b9a3982465
commit
346d239b30
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.58 2010/11/15 22:58:57 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.59 2010/12/06 11:47:48 markd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnome-mag-0.16.1
|
||||
|
@ -21,6 +21,12 @@ GNU_CONFIGURE= yes
|
|||
|
||||
PKGCONFIG_OVERRIDE+= gnome-mag-1.0.pc.in
|
||||
|
||||
SUBST_CLASSES+= doxy
|
||||
SUBST_STAGE.doxy= pre-configure
|
||||
SUBST_MESSAGE.doxy= disable doxygen docs
|
||||
SUBST_FILES.doxy= docs/Makefile.in
|
||||
SUBST_SED.doxy= -e 's,SUBDIRS = reference,SUBDIRS =,'
|
||||
|
||||
BUILDLINK_DEPMETHOD.libXt?= build
|
||||
|
||||
.include "../../devel/GConf/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue