Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9f1d94c0
Commit
9f1d94c0
authored
Jul 04, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/admin.el (make-manuals): Use a standard location for lispintro.
parent
b9ed53d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
12 deletions
+10
-12
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/admin.el
admin/admin.el
+6
-12
No files found.
admin/ChangeLog
View file @
9f1d94c0
2013-07-05 Glenn Morris <rgm@gnu.org>
* admin.el (make-manuals): Use a standard location for lispintro.
2013-06-29 Glenn Morris <rgm@gnu.org>
* admin.el (make-manuals): Don't bother with txt or dvi any more.
...
...
admin/admin.el
View file @
9f1d94c0
...
...
@@ -220,18 +220,12 @@ Root must be the root of an Emacs source tree."
(manual-html-mono texi (expand-file-name "
elisp.html
" html-mono-dir))
(manual-pdf texi (expand-file-name "
elisp.pdf
" dest))
(manual-ps texi (expand-file-name "
elisp.ps
" ps-dir)))
(let ((texi (expand-file-name "
doc/lispintro/emacs-lisp-intro.texi
" root))
(dest (expand-file-name "
emacs-lisp-intro
" dest))
dest2)
;; Mimic the atypical directory layout used for emacs-lisp-intro.
(make-directory dest)
(make-directory (setq dest2 (expand-file-name "
html_node
" dest)))
(manual-html-node texi dest2)
(make-directory (setq dest2 (expand-file-name "
html_mono
" dest)))
(manual-html-mono texi (expand-file-name "
emacs-lisp-intro.html
" dest2))
(manual-pdf texi (expand-file-name "
emacs-lisp-intro.pdf
" dest))
(make-directory (setq dest2 (expand-file-name "
ps
" dest)))
(manual-ps texi (expand-file-name "
emacs-lisp-intro.ps
" dest2)))
;; Lisp intro.
(let ((texi (expand-file-name "
doc/lispintro/emacs-lisp-intro.texi
" root)))
(manual-html-node texi (expand-file-name "
eintr
" html-node-dir))
(manual-html-mono texi (expand-file-name "
eintr.html
" html-mono-dir))
(manual-pdf texi (expand-file-name "
eintr.pdf
" dest))
(manual-ps texi (expand-file-name "
eintr.ps
" ps-dir)))
;; Misc manuals
(let ((manuals '("
ada-mode
" "
auth
" "
autotype
" "
bovine
" "
calc
" "
cc-mode
"
"
cl
" "
dbus
" "
dired-x
" "
ebrowse
" "
ede
" "
ediff
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment