[armedbear-cvs] r13694 - trunk/abcl/doc/manual
mevenson at common-lisp.net
mevenson at common-lisp.net
Tue Nov 8 13:21:39 UTC 2011
Author: mevenson
Date: Tue Nov 8 05:21:38 2011
New Revision: 13694
Log:
Document how to render the User Manual as PDF.
Added:
trunk/abcl/doc/manual/README.markdown
Added: trunk/abcl/doc/manual/README.markdown
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/abcl/doc/manual/README.markdown Tue Nov 8 05:21:38 2011 (r13694)
@@ -0,0 +1,6 @@
+ABCL User Manual
+================
+
+With a suitable TexLive installed, to build simply issue:
+
+ cmd$ pdflatex abcl.tex && makeindex abcl && pdflatex abcl.tex
More information about the armedbear-cvs
mailing list