[climacs-cvs] CVS update: climacs/Doc/Makefile climacs/Doc/climacs-user.texi
Robert Strandh
rstrandh at common-lisp.net
Thu Sep 22 23:25:16 UTC 2005
Update of /project/climacs/cvsroot/climacs/Doc
In directory common-lisp.net:/tmp/cvs-serv31173
Modified Files:
Makefile climacs-user.texi
Log Message:
Include the user manual in the Makefile.
Minor fixes to avoid errors from texinfo translators.
Date: Fri Sep 23 01:25:15 2005
Author: rstrandh
Index: climacs/Doc/Makefile
diff -u climacs/Doc/Makefile:1.1 climacs/Doc/Makefile:1.2
--- climacs/Doc/Makefile:1.1 Sat Dec 25 13:05:17 2004
+++ climacs/Doc/Makefile Fri Sep 23 01:25:14 2005
@@ -1,4 +1,4 @@
-all: climacs-internals.pdf climacs-internals.ps
+all: climacs-internals.pdf climacs-internals.ps climacs-user.pdf climacs-user.ps
%.eps: %.fig
fig2dev -Leps -m 0.75 $< $@
@@ -9,6 +9,13 @@
climacs-internals.ps: climacs-internals.texi undo.eps
texi2dvi climacs-internals.texi
dvips -o climacs-internals.ps climacs-internals.dvi
+
+climacs-user.pdf: climacs-user.texi
+ texi2pdf climacs-user.texi
+
+climacs-user.ps: climacs-user.texi
+ texi2dvi climacs-user.texi
+ dvips -o climacs-user.ps climacs-user.dvi
clean:
rm -f *.aux *.cp *.fn *.fns *.ky *.log *.pdf *.pg *.toc *.tp *.tps *.vr *.dvi *.ps *.eps *~
Index: climacs/Doc/climacs-user.texi
diff -u climacs/Doc/climacs-user.texi:1.4 climacs/Doc/climacs-user.texi:1.5
--- climacs/Doc/climacs-user.texi:1.4 Wed Sep 14 01:42:17 2005
+++ climacs/Doc/climacs-user.texi Fri Sep 23 01:25:14 2005
@@ -178,7 +178,7 @@
commands of @climacs{}.
@menu
-* Entering and exiting @climacs{}::
+* Entering and exiting Climacs::
* Numeric arguments::
* Entering and deleting text::
* Moving around::
@@ -186,8 +186,8 @@
* Editing the contents of a file::
@end menu
- at node Entering and exiting @climacs{}
- at section Entering and exiting @climacs{}
+ at node Entering and exiting Climacs
+ at section Entering and exiting Climacs
The typical way of entering @climacs{} is to type a @cl{}
@emph{expression} at the prompt of a @cl{} @emph{listener} such as:
More information about the Climacs-cvs
mailing list