summaryrefslogtreecommitdiff
path: root/textproc/libxslt/patches/patch-ab
blob: d08d357efd79de0881818a30fa94453967e7de8d (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
32
33
$NetBSD: patch-ab,v 1.7 2003/02/24 20:45:19 jmmv Exp $

--- doc/Makefile.in.orig	2003-02-10 18:00:22.000000000 +0100
+++ doc/Makefile.in
@@ -128,7 +128,7 @@ EXTRA_DIST = \
 
 
 # The name of the module.
-DOC_MODULE = libxslt-$(VERSION)
+DOC_MODULE = libxslt
 
 # The top-level SGML file.
 DOC_MAIN_SGML_FILE = libxslt.sgml
@@ -136,9 +136,9 @@ DOC_MAIN_SGML_FILE = libxslt.sgml
 # The directory containing the source code (if it contains documentation).
 DOC_SOURCE_DIR = ..
 
-HTML_DIR = $(datadir)/doc
+HTML_DIR = $(datadir)/doc/html
 
-TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
+TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
 PAGES = API.html bugs.html contribs.html docs.html downloads.html \
        help.html index.html intro.html news.html xsltproc2.html FAQ.html
 
@@ -353,7 +353,6 @@ install-data-local: 
 	-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
 	$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial
 	-@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial
-	-(cd $(DESTDIR); gtkdoc-fixxref --module=libxslt --html-dir=$(HTML_DIR))
 
 dist-hook:
 	(cd $(srcdir) ; tar cvf - *.1 *.html site.xsl *.gif html/*.html html/*.sgml tutorial/libxslt*) | (cd $(distdir); tar xf -)