Don't try to build and install doxygen generated docs if doxygen is found

This commit is contained in:
markd 2010-12-06 11:47:48 +00:00
parent b9a3982465
commit 346d239b30

View file

@ -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"