diff options
| author | Glenn Morris | 2013-04-23 21:09:00 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-04-23 21:09:00 -0400 |
| commit | 6933cefc4834cc5ef8d8c46fd2379578240c4f1e (patch) | |
| tree | a0707cd9af94fc152b942d0d708ac7c3881266c9 /doc | |
| parent | 09b98a01c11d1b7d25e9d40f6bb84cb5fa73f7db (diff) | |
| download | emacs-6933cefc4834cc5ef8d8c46fd2379578240c4f1e.tar.gz emacs-6933cefc4834cc5ef8d8c46fd2379578240c4f1e.zip | |
Remove old comments about making various formats (use Makefile instead)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index be842b2b5d0..ce4da17658e 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -41,76 +41,6 @@ | |||
| 41 | @set edition-number 3.10 | 41 | @set edition-number 3.10 |
| 42 | @set update-date 28 October 2009 | 42 | @set update-date 28 October 2009 |
| 43 | 43 | ||
| 44 | @ignore | ||
| 45 | ## Summary of shell commands to create various output formats: | ||
| 46 | |||
| 47 | pushd /usr/local/src/emacs/lispintro/ | ||
| 48 | ## pushd /u/intro/ | ||
| 49 | |||
| 50 | ## Info output | ||
| 51 | makeinfo --paragraph-indent=0 --verbose emacs-lisp-intro.texi | ||
| 52 | |||
| 53 | ## ;; (progn (when (bufferp (get-buffer "*info*")) (kill-buffer "*info*")) (info "/usr/local/src/emacs/info/eintr")) | ||
| 54 | |||
| 55 | ## DVI output | ||
| 56 | texi2dvi emacs-lisp-intro.texi | ||
| 57 | |||
| 58 | ## xdvi -margins 24pt -topmargin 4pt -offsets 24pt -geometry 760x1140 -s 5 -useTeXpages -mousemode 1 emacs-lisp-intro.dvi & | ||
| 59 | |||
| 60 | ## HTML output | ||
| 61 | makeinfo --html --no-split --verbose emacs-lisp-intro.texi | ||
| 62 | |||
| 63 | ## galeon emacs-lisp-intro.html | ||
| 64 | |||
| 65 | ## Plain text output | ||
| 66 | makeinfo --fill-column=70 --no-split --paragraph-indent=0 \ | ||
| 67 | --verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi | ||
| 68 | |||
| 69 | popd | ||
| 70 | |||
| 71 | # as user `root' | ||
| 72 | # insert thumbdrive | ||
| 73 | mtusb # mount -v -t ext3 /dev/sda /mnt | ||
| 74 | cp -v /u/intro/emacs-lisp-intro.texi /mnt/backup/intro/emacs-lisp-intro.texi | ||
| 75 | umtusb # umount -v /mnt | ||
| 76 | # remove thumbdrive | ||
| 77 | |||
| 78 | ## Other shell commands | ||
| 79 | |||
| 80 | pushd /usr/local/src/emacs/lispintro/ | ||
| 81 | ## pushd /u/intro/ | ||
| 82 | |||
| 83 | |||
| 84 | texi2dvi --pdf emacs-lisp-intro.texi | ||
| 85 | # xpdf emacs-lisp-intro.pdf & | ||
| 86 | |||
| 87 | ## DocBook -- note file extension | ||
| 88 | makeinfo --docbook --no-split --paragraph-indent=0 \ | ||
| 89 | --verbose --output=emacs-lisp-intro.docbook emacs-lisp-intro.texi | ||
| 90 | |||
| 91 | ## XML with a Texinfo DTD -- note file extension | ||
| 92 | makeinfo --xml --no-split --paragraph-indent=0 \ | ||
| 93 | --verbose --output=emacs-lisp-intro.texinfoxml emacs-lisp-intro.texi | ||
| 94 | |||
| 95 | ## PostScript (needs DVI) | ||
| 96 | # gv emacs-lisp-intro.ps & | ||
| 97 | # Create DVI if we lack it | ||
| 98 | # texi2dvi emacs-lisp-intro.texi | ||
| 99 | dvips emacs-lisp-intro.dvi -o emacs-lisp-intro.ps | ||
| 100 | |||
| 101 | ## RTF (needs HTML) | ||
| 102 | # Use OpenOffice to view RTF | ||
| 103 | # Create HTML if we lack it | ||
| 104 | # makeinfo --no-split --html emacs-lisp-intro.texi | ||
| 105 | /usr/local/src/html2rtf.pl emacs-lisp-intro.html | ||
| 106 | |||
| 107 | ## LaTeX (needs RTF) | ||
| 108 | /usr/bin/rtf2latex emacs-lisp-intro.rtf | ||
| 109 | |||
| 110 | popd | ||
| 111 | |||
| 112 | @end ignore | ||
| 113 | |||
| 114 | @c ================ Included Figures ================ | 44 | @c ================ Included Figures ================ |
| 115 | 45 | ||
| 116 | @c Set print-postscript-figures if you print PostScript figures. | 46 | @c Set print-postscript-figures if you print PostScript figures. |
| @@ -119,25 +49,6 @@ | |||
| 119 | @c Your site may require editing changes to print PostScript; in this | 49 | @c Your site may require editing changes to print PostScript; in this |
| 120 | @c case, search for `print-postscript-figures' and make appropriate changes. | 50 | @c case, search for `print-postscript-figures' and make appropriate changes. |
| 121 | 51 | ||
| 122 | @c ================ How to Create an Info file ================ | ||
| 123 | |||
| 124 | @c If you have `makeinfo' installed, run the following command | ||
| 125 | |||
| 126 | @c makeinfo emacs-lisp-intro.texi | ||
| 127 | |||
| 128 | @c or, if you want a single, large Info file, and no paragraph indents: | ||
| 129 | @c makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi | ||
| 130 | |||
| 131 | @c After creating the Info file, edit your Info `dir' file, if the | ||
| 132 | @c `dircategory' section below does not enable your system to | ||
| 133 | @c install the manual automatically. | ||
| 134 | @c (The `dir' file is often in the `/usr/local/share/info/' directory.) | ||
| 135 | |||
| 136 | @c ================ How to Create an HTML file ================ | ||
| 137 | |||
| 138 | @c To convert to HTML format | ||
| 139 | @c makeinfo --html --no-split --verbose emacs-lisp-intro.texi | ||
| 140 | |||
| 141 | @c ================ How to Print a Book in Various Sizes ================ | 52 | @c ================ How to Print a Book in Various Sizes ================ |
| 142 | 53 | ||
| 143 | @c This book can be printed in any of three different sizes. | 54 | @c This book can be printed in any of three different sizes. |
| @@ -156,34 +67,6 @@ | |||
| 156 | @c @afourpaper | 67 | @c @afourpaper |
| 157 | @c @set largebook | 68 | @c @set largebook |
| 158 | 69 | ||
| 159 | @c ================ How to Typeset and Print ================ | ||
| 160 | |||
| 161 | @c If you do not include PostScript figures, run either of the | ||
| 162 | @c following command sequences, or similar commands suited to your | ||
| 163 | @c system: | ||
| 164 | |||
| 165 | @c texi2dvi emacs-lisp-intro.texi | ||
| 166 | @c lpr -d emacs-lisp-intro.dvi | ||
| 167 | |||
| 168 | @c or else: | ||
| 169 | |||
| 170 | @c tex emacs-lisp-intro.texi | ||
| 171 | @c texindex emacs-lisp-intro.?? | ||
| 172 | @c tex emacs-lisp-intro.texi | ||
| 173 | @c lpr -d emacs-lisp-intro.dvi | ||
| 174 | |||
| 175 | @c If you include the PostScript figures, and you have old software, | ||
| 176 | @c you may need to convert the .dvi file to a .ps file before | ||
| 177 | @c printing. Run either of the following command sequences, or one | ||
| 178 | @c similar: | ||
| 179 | @c | ||
| 180 | @c dvips -f < emacs-lisp-intro.dvi > emacs-lisp-intro.ps | ||
| 181 | @c | ||
| 182 | @c or else: | ||
| 183 | @c | ||
| 184 | @c postscript -p < emacs-lisp-intro.dvi > emacs-lisp-intro.ps | ||
| 185 | @c | ||
| 186 | |||
| 187 | @c (Note: if you edit the book so as to change the length of the | 70 | @c (Note: if you edit the book so as to change the length of the |
| 188 | @c table of contents, you may have to change the value of `pageno' below.) | 71 | @c table of contents, you may have to change the value of `pageno' below.) |
| 189 | 72 | ||