[Vim-latex-cvs] SF.net SVN: vim-latex:[1055] trunk/vimfiles/doc/README.new
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2009-08-03 22:13:58
|
Revision: 1055 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1055&view=rev Author: tmaas Date: 2009-08-03 22:13:42 +0000 (Mon, 03 Aug 2009) Log Message: ----------- add README for the new doc Makefile Added Paths: ----------- trunk/vimfiles/doc/README.new Added: trunk/vimfiles/doc/README.new =================================================================== --- trunk/vimfiles/doc/README.new (rev 0) +++ trunk/vimfiles/doc/README.new 2009-08-03 22:13:42 UTC (rev 1055) @@ -0,0 +1,17 @@ +==================================== +Generating Latex-Suite documentation +==================================== + +You need: +- xsltproc +- Docbook XSL stylesheets (*) +- Docbook DTD (*) + +(*) These files will be downloaded every time you create the documentation, +unless you install or download them. + +On Fedora, you can run as root: + +yum install libxslt docbook-style-xsl docbook-dtds + +to install the required packages. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |