summaryrefslogtreecommitdiff
path: root/textproc/libxml2/patches/patch-ad
blob: c0e476a9a1e7d8da63fa88914b0de2b13597ec51 (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
25
26
27
28
29
30
31
$NetBSD: patch-ad,v 1.8 2003/02/24 20:40:17 jmmv Exp $

--- doc/Makefile.in.orig	2003-02-10 17:28:02.000000000 +0100
+++ doc/Makefile.in
@@ -137,7 +137,7 @@ XPTR_OBJ = @XPTR_OBJ@
 Z_CFLAGS = @Z_CFLAGS@
 Z_LIBS = @Z_LIBS@
 
-DOC_MODULE = libxml2-$(VERSION)
+DOC_MODULE = libxml2
 
 # The top-level SGML file.
 DOC_MAIN_SGML_FILE = gnome-xml.sgml
@@ -147,7 +147,7 @@ DOC_SOURCE_DIR = ..
 
 HTML_DIR = $(datadir)/doc
 
-TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
+TARGET_DIR = $(HTML_DIR)/html/$(DOC_MODULE)
 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: 
 	-@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))
-	-@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xvf -))
+	-@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xmvf -))
 
 .PHONY : html sgml templates scan