summaryrefslogtreecommitdiff
path: root/devel/glibmm/patches/patch-ab
blob: 888e417179142a418db1f4f4a507d3d2a4b9b89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.2 2007/02/05 19:43:23 adam Exp $

--- docs/reference/Makefile.in.orig	2007-01-28 15:16:24.000000000 +0100
+++ docs/reference/Makefile.in
@@ -403,8 +403,7 @@ uninstall-am: uninstall-gmmproc_binSCRIP
 
 #Ideally, libstdc++.tag.xml would be installed by gcc, instead of being copied into every project.
 
-html/index.html: $(doxygen_configfile_source) $(beautify_docs_source) $(top_srcdir)/glib/glibmm/*.h
-	-rm -rf html
+html/index.html: $(doxygen_configfile_source) $(beautify_docs_source)
 	image_path=""; \
 	dir="`pkg-config --silence-errors --variable=prefix gtk+-2.0`/share/gtk-doc/html/gtk"; \
 	test -d "$$dir" && image_path="$$dir"; \