From: ueno Date: Tue, 12 Sep 2000 13:43:23 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): Add `README'. X-Git-Tag: liece-1_4_4-1~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4e585f7a4df7028db58c9a72e48bd66850cc4066;p=elisp%2Fliece.git * Makefile.am (EXTRA_DIST): Add `README'. * README: Fix typo. --- 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: