diff options
Diffstat (limited to 'textproc/libxslt/patches')
-rw-r--r-- | textproc/libxslt/patches/patch-aa | 6 | ||||
-rw-r--r-- | textproc/libxslt/patches/patch-ab | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/libxslt/patches/patch-aa b/textproc/libxslt/patches/patch-aa index f384911f6d5..d8f60ba8287 100644 --- a/textproc/libxslt/patches/patch-aa +++ b/textproc/libxslt/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2003/03/09 20:03:30 jmmv Exp $ +$NetBSD: patch-aa,v 1.7 2003/04/10 09:44:46 wiz Exp $ ---- libexslt/Makefile.in.orig 2003-03-09 21:00:22.000000000 +0000 +--- libexslt/Makefile.in.orig Tue Apr 1 15:39:25 2003 +++ libexslt/Makefile.in -@@ -151,8 +151,8 @@ libexslt_la_SOURCES = \ +@@ -152,8 +152,8 @@ libexslt_la_SOURCES = \ # The following DOES NOT WORK reliably. Sorry no prelinking to uninstalled # yet libraries. diff --git a/textproc/libxslt/patches/patch-ab b/textproc/libxslt/patches/patch-ab index d08d357efd7..788bd2f1aa7 100644 --- a/textproc/libxslt/patches/patch-ab +++ b/textproc/libxslt/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.7 2003/02/24 20:45:19 jmmv Exp $ +$NetBSD: patch-ab,v 1.8 2003/04/10 09:44:46 wiz Exp $ ---- doc/Makefile.in.orig 2003-02-10 18:00:22.000000000 +0100 +--- doc/Makefile.in.orig Tue Apr 1 15:39:42 2003 +++ doc/Makefile.in -@@ -128,7 +128,7 @@ EXTRA_DIST = \ +@@ -131,7 +131,7 @@ EXTRA_DIST = \ # The name of the module. @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.7 2003/02/24 20:45:19 jmmv Exp $ # The top-level SGML file. DOC_MAIN_SGML_FILE = libxslt.sgml -@@ -136,9 +136,9 @@ DOC_MAIN_SGML_FILE = libxslt.sgml +@@ -139,9 +139,9 @@ DOC_MAIN_SGML_FILE = libxslt.sgml # The directory containing the source code (if it contains documentation). DOC_SOURCE_DIR = .. @@ -23,11 +23,11 @@ $NetBSD: patch-ab,v 1.7 2003/02/24 20:45:19 jmmv Exp $ 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: +@@ -366,7 +366,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 -) + (cd $(srcdir) ; tar cvf - *.1 *.html site.xsl news.xsl xsa.xsl *.gif html/*.html html/*.sgml tutorial/libxslt*) | (cd $(distdir); tar xf -) |