From 4e585f7a4df7028db58c9a72e48bd66850cc4066 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 12 Sep 2000 13:43:23 +0000 Subject: [PATCH] * Makefile.am (EXTRA_DIST): Add `README'. * README: Fix typo. --- doc/Makefile.am | 2 +- doc/README | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index cabf449..c061e04 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ TEXI_XML = ./texi_xml -EXTRA_DIST = liece.xml liece.info +EXTRA_DIST = README liece.xml liece.info DISTCLEANFILES = liece.info CLEANFILES = *~ diff --git a/doc/README b/doc/README index 7348fcc..41b2d92 100644 --- a/doc/README +++ b/doc/README @@ -2,12 +2,12 @@ This is the Liece documentation in DocBook XML format README. =========================================================== We are rewriting the Liece documentation in DocBook XML format. -For texinfo output, you have to install docbook2X[1] and SAXON[2] (the XSLT processor) -and follow the instructions below: +For texinfo output, you have to install docbook2X[1] and SAXON[2] (the +XSLT processor) and follow the instructions below: -(0) Install a Java VM +(0) Install a Java VM. (1) Add `saxon.jar' to CLASSPATH. -(2) Copy docbook2X/texi_xml and docbook2X/xslt to this directory. +(2) Copy docbook2X/texi_xml and docbook2X/xslt in this directory. (3) Run `make' in the top directory. Footnotes: -- 1.7.10.4