From 5ca751a9eef6ec7a31ac76973d46eac8b48cee52 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Thu, 4 Dec 2003 00:37:32 +0000 Subject: [PATCH] 0.8.6.26: * doc/Makefile: Add OS detection of redhat9 * doc/catalog-redhat9.xml: Unfortunately, RedHat adds local version numbers to their DTD pathnames, so every version of RedHat will likely need different catalogs. --- doc/Makefile | 4 ++-- doc/catalog-redhat.xml | 45 --------------------------------------------- doc/catalog-redhat9.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ version.lisp-expr | 2 +- 4 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 doc/catalog-redhat.xml create mode 100644 doc/catalog-redhat9.xml diff --git a/doc/Makefile b/doc/Makefile index 41a4320..a73e2f7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,8 +19,8 @@ ifeq ($(SYSTEM),Linux) ifneq ($(shell expr "`cat /etc/issue`" : '.*SuSE.*'),0) OS=suse else - ifneq ($(shell expr "`cat /etc/issue`" : '.*RedHat.*'),0) - OS=redhat + ifneq ($(shell expr "`cat /etc/issue`" : 'Red Hat Linux release 9'),0) + OS=redhat9 endif endif endif diff --git a/doc/catalog-redhat.xml b/doc/catalog-redhat.xml deleted file mode 100644 index c056845..0000000 --- a/doc/catalog-redhat.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/catalog-redhat9.xml b/doc/catalog-redhat9.xml new file mode 100644 index 0000000..9e1152d --- /dev/null +++ b/doc/catalog-redhat9.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/version.lisp-expr b/version.lisp-expr index 109bd8f..a6841e7 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.6.25" +"0.8.6.26" -- 1.7.10.4