Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv407
Modified Files:
README
Log Message:
Oops. There was a mistake in doc about the location of the xsl directory.
Index: README
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 21 Nov 2003 03:25:26 -0000 1.2
--- README 21 Nov 2003 03:27:44 -0000 1.3
***************
*** 26,33 ****
will thus work more simply. On a typical Debian box, just do::
! ln -s /usr/share/sgml/docbook/dtd/xml/4.2 docbook-xsl
The docbook-xsl stylesheets can be installed via the docbook-xsl
! package. (Just use apt-get).
2. Download the Docbook DTD from
--- 26,33 ----
will thus work more simply. On a typical Debian box, just do::
! ln -s /usr/share/sgml/docbook/stylesheet/xsl/nwalsh docbook-xsl
The docbook-xsl stylesheets can be installed via the docbook-xsl
! package on Debian. (Just use apt-get).
2. Download the Docbook DTD from
***************
*** 54,58 ****
ln -s /usr/share/sgml/docbook/dtd/xml/4.2 docbook-xml
! On debian, you need the docbook-xml package. (Just use apt-get).
3. Download saxon.jar from
--- 54,59 ----
ln -s /usr/share/sgml/docbook/dtd/xml/4.2 docbook-xml
! On debian, you need the docbook-xml package on Debian. (Just use
! apt-get).
3. Download saxon.jar from
|