summaryrefslogtreecommitdiff
path: root/devel/libbonobo/patches/patch-ab
blob: a7c0596b4b3e81d7d1adc87db8aae7c746def7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1.1.1 2002/07/12 16:22:58 wiz Exp $

--- doc/api/Makefile.in.orig	Sat Jun  1 19:04:34 2002
+++ doc/api/Makefile.in
@@ -362,8 +367,8 @@
 	    echo '-- Installing '$$i ; \
 	    $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
 	  done; \
-	  echo '-- Installing $(srcdir)/html/index.sgml' ; \
-	  $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
+	  echo '-- Installing $(srcdir)/html/index.html' ; \
+	  $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \
 	fi)
 
 #