Mercurial > emacs
comparison lispintro/INSTALL @ 49600:23a1cea22d13
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 14:56:31 +0000 |
parents | 75e2a0dcadcd |
children |
comparison
equal
deleted
inserted
replaced
49599:5ade352e8d1c | 49600:23a1cea22d13 |
---|---|
20 # to PostScript or PDF and then printed, execute the following: | 20 # to PostScript or PDF and then printed, execute the following: |
21 | 21 |
22 ./configure | 22 ./configure |
23 make dvi | 23 make dvi |
24 | 24 |
25 # To create an HTML file, execute the following | 25 # To create an HTML file, execute the following |
26 # (presumably you have already executed the `./configure' command | 26 # (presumably you have already executed the `./configure' command |
27 # before running `make dvi'; if not execute `./configure' now); | 27 # before running `make dvi'; if not execute `./configure' now); |
28 # this will place HTML files into a emacs-lisp-intro/ subdirectory: | 28 # this will place HTML files into a emacs-lisp-intro/ subdirectory: |
29 | 29 |
30 makeinfo --html --verbose emacs-lisp-intro.texi | 30 makeinfo --html --verbose emacs-lisp-intro.texi |