15 lines
550 B
Text
15 lines
550 B
Text
$NetBSD: patch-ab,v 1.20 2009/01/19 23:23:54 sketch Exp $
|
|
|
|
--- docs/reference/gdk/Makefile.in.orig Mon Jan 19 22:47:18 2009
|
|
+++ docs/reference/gdk/Makefile.in Mon Jan 19 22:48:45 2009
|
|
@@ -925,8 +925,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:
|