From a1faad66d98f0b97c63bbb11cf8c63539600e506 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 8 Mar 2008 04:07:52 +0000 Subject: [PATCH] renamed xsl-libxslt/python/README to xsl-libxslt/python/README.LIBXSLT --- xsl-libxslt/python/{README => README.LIBXSLT} | 8 ++++---- xsl/Makefile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename xsl-libxslt/python/{README => README.LIBXSLT} (92%) diff --git a/xsl-libxslt/python/README b/xsl-libxslt/python/README.LIBXSLT similarity index 92% rename from xsl-libxslt/python/README rename to xsl-libxslt/python/README.LIBXSLT index f4362e40b..1644c9f66 100644 --- a/xsl-libxslt/python/README +++ b/xsl-libxslt/python/README.LIBXSLT @@ -41,12 +41,12 @@ the "use.extensions" and "tablecolumns.extension" parameters to 1. ---------------------------------------------------------------------- Manifest ---------------------------------------------------------------------- -README This file -xslt.py Executable script file -docbook.py Module that implements extensions +README.LIBXSLT This file +xslt.py Executable script file +docbook.py Module that implements extensions ---------------------------------------------------------------------- [1] http://xmlsoft.org/XSLT [2] http://www.sagehill.net/docbookxsl/ColumnWidths.html [3] http://www.python.org/download -[4] http://users.skynet.be/sbi/libxml-python \ No newline at end of file +[4] http://users.skynet.be/sbi/libxml-python diff --git a/xsl/Makefile b/xsl/Makefile index c88d44906..fdfaaafd8 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -114,7 +114,7 @@ extensions/xslt.py: ../xsl-libxslt/python/xslt.py extensions/docbook.py: ../xsl-libxslt/python/docbook.py cp -p $^ $@ -extensions/README.LIBXSLT: ../xsl-libxslt/python/README +extensions/README.LIBXSLT: ../xsl-libxslt/python/README.LIBXSLT cp -p $^ $@ clean: -- 2.50.1