summaryrefslogtreecommitdiff
path: root/devel/gail/patches/patch-ad
blob: 4cd8d2e2cc355750825aa0f4451a366a5995c39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ad,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $

--- docs/reference/libgail-util/Makefile.in.orig	Sat Sep  7 13:58:50 2002
+++ docs/reference/libgail-util/Makefile.in	Sat Sep  7 13:59:16 2002
@@ -304,8 +304,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)
 
 #
@@ -322,7 +322,7 @@
 	mkdir $(distdir)/html
 	-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
 	-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
-	-cp $(srcdir)/html/index.sgml $(distdir)/html
+	-cp $(srcdir)/html/index.html $(distdir)/html
 	-cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
 
 	images=$(HTML_IMAGES) ;			\