Changeset 16938b0 for blfs-tool


Ignore:
Timestamp:
04/13/2007 07:26:35 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
962793a
Parents:
4a8430d
Message:

Updated blfs-tool dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blfs-tool

    r4a8430d r16938b0  
    113113XML_FILE="<?xml version='1.0' encoding='ISO-8859-1'?>
    114114<?xml-stylesheet type='text/xsl' href='http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl'?>
    115 <!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'
    116   'http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd'>
     115<!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
     116  'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'>
    117117<article>
    118118  <title>Test file</title>
     
    124124
    125125if `echo $XML_FILE | xmllint -noout -postvalid - 2>/dev/null` ; then
    126   check_version "4.4" "4.4" "DocBook XML DTD"
     126  check_version "4.5" "4.5" "DocBook XML DTD"
    127127else
    128   echo "Warning: not found a working DocBook XML DTD 4.4 installation"
     128  echo "Warning: not found a working DocBook XML DTD 4.5 installation"
    129129  exit 2
    130130fi
Note: See TracChangeset for help on using the changeset viewer.