head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2009.05.26.16.47.31; author wiz; state dead; branches; next 1.1; 1.1 date 2009.01.20.09.01.54; author sketch; state Exp; branches; next ; desc @@ 1.2 log @BUILD_DEPEND on gtk-doc to get gtkdoc-rebase. Remove patch-ab. @ text @$NetBSD: patch-ab,v 1.1 2009/01/20 09:01:54 sketch Exp $ --- docs/reference/Makefile.in.orig Mon Jan 12 22:39:44 2009 +++ docs/reference/Makefile.in Tue Jan 20 08:57:45 2009 @@@@ -567,8 +567,9 @@@@ mv -f $${installdir}/$(DOC_MODULE).devhelp \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ - ! which gtkdoc-rebase >/dev/null 2>&1 || \ + if type gtkdoc-rebase >/dev/null 2>&1; then \ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ + fi; \ fi uninstall-local: @@@@ -597,8 +598,9 @@@@ -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ cd $(distdir) && rm -f $(DISTCLEANFILES) - ! which gtkdoc-rebase >/dev/null 2>&1 || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html + if type gtkdoc-rebase >/dev/null 2>&1; then \ + gtkdoc-rebase --online --relative --html-dir=$(distdir)/html; \ + fi .PHONY : dist-hook-local docs @ 1.1 log @Solaris fixes. @ text @d1 1 a1 1 $NetBSD$ @