Do not call gtkdoc-fixxref while installing, as may not be present.
Pointed out by seb.
This commit is contained in:
parent
fe4e0e9ed9
commit
918b04aa53
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.19 2003/02/24 20:40:16 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.20 2003/02/25 14:41:36 jmmv Exp $
|
||||
|
||||
SHA1 (libxml2-2.5.3.tar.gz) = b457779ef38c1c8fa8a61ec9611d413307c2d33e
|
||||
Size (libxml2-2.5.3.tar.gz) = 2909711 bytes
|
||||
SHA1 (patch-aa) = c079f9cc5083fa6d9817c1161ff20ae782e86c92
|
||||
SHA1 (patch-ad) = 0e2bed5a5bb88d69c005c8cbe0b5f785f80e26ec
|
||||
SHA1 (patch-ad) = 812ce13682ee70e44e7127e2ead326395e299f4e
|
||||
SHA1 (patch-ae) = a94390e26b8344b94d78b0faa4b9ce50390e5e5b
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-ad,v 1.8 2003/02/24 20:40:17 jmmv Exp $
|
||||
$NetBSD: patch-ad,v 1.9 2003/02/25 14:41:37 jmmv Exp $
|
||||
|
||||
--- doc/Makefile.in.orig 2003-02-10 17:28:02.000000000 +0100
|
||||
+++ doc/Makefile.in
|
||||
|
@ -20,10 +20,11 @@ $NetBSD: patch-ad,v 1.8 2003/02/24 20:40:17 jmmv Exp $
|
|||
PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \
|
||||
downloads.html entities.html example.html help.html index.html \
|
||||
interface.html intro.html library.html namespaces.html news.html \
|
||||
@@ -370,7 +370,7 @@ install-data-local:
|
||||
@@ -369,8 +369,7 @@ install-data-local:
|
||||
-@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
|
||||
-(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))
|
||||
- -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))
|
||||
- -@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xvf -))
|
||||
+ -@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xmvf -))
|
||||
|
||||
|
|
Loading…
Reference in a new issue