summaryrefslogtreecommitdiff
path: root/x11/gnome-panel/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-panel/patches/patch-ab')
-rw-r--r--x11/gnome-panel/patches/patch-ab31
1 files changed, 10 insertions, 21 deletions
diff --git a/x11/gnome-panel/patches/patch-ab b/x11/gnome-panel/patches/patch-ab
index 2b642cc04d8..f4a0415d394 100644
--- a/x11/gnome-panel/patches/patch-ab
+++ b/x11/gnome-panel/patches/patch-ab
@@ -1,24 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/11/04 08:28:00 rh Exp $
+$NetBSD: patch-ab,v 1.2 2003/02/14 21:05:28 jmmv Exp $
---- doc/reference/panel-applet/Makefile.in.orig Sat Sep 7 16:29:09 2002
-+++ doc/reference/panel-applet/Makefile.in Sat Sep 7 16:29:34 2002
-@@ -394,8 +394,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)
+--- doc/reference/panel-applet/Makefile.in.orig 2003-02-04 00:29:58.000000000 +0100
++++ doc/reference/panel-applet/Makefile.in
+@@ -157,7 +157,7 @@ cxxflags_set = @cxxflags_set@
+ DOC_MODULE = panel-applet
- #
-@@ -412,7 +412,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
+ # Where the html is to be installed
+-HTML_DIR = $(datadir)/gtk-doc/html
++HTML_DIR = $(datadir)/doc/html
- images=$(HTML_IMAGES) ; \
+ # The top-level SGML file. Change it if you want.
+ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml