[PATCH] Change xsl and docbook defaults
Ingo Brückl <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
It doesn't make any sense at all to set the defaults to files that have been checked and found non-existing just before. So use network definitions as defaults instead. Additionally, update DocBook XML DTD to use V4.5 (which is the latest V4 since 2006). Ingo _______________________________________________ MPlayer-dev-eng mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
configure.patch
(text/x-diff, 1.3 KB)
Index: configure
===================================================================
--- configure (revision 37922)
+++ configure (working copy)
@@ -8233,7 +8233,7 @@
done
if test -z "$chunk_xsl"; then
- chunk_xsl=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl
+ chunk_xsl=http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
echores "not found, using default"
fake_chunk_xsl=yes
else
@@ -8258,7 +8258,7 @@
done
if test -z "$docbook_xsl"; then
- docbook_xsl=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl
+ docbook_xsl=http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
echores "not found, using default"
else
echores "docbook.xsl"
@@ -8310,7 +8310,7 @@
done
if test -z "$dtd"; then
- dtd=/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd
+ dtd=http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
echores "not found, using default"
else
echores "docbookx.dtd"
@@ -8322,7 +8322,7 @@
<!-- **************************************************
This file is generated automatically. DO NOT EDIT.
************************************************** -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"$dtd"
[
<!ENTITY bugreports.xml SYSTEM "bugreports.xml">