Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bcc65704
Commit
bcc65704
authored
Feb 16, 2012
by
Glenn Morris
Browse files
Adjust info-xref-check-all instructions in FOR-RELEASE
parent
1d6ecbfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
admin/FOR-RELEASE
admin/FOR-RELEASE
+1
-1
No files found.
admin/FOR-RELEASE
View file @
bcc65704
...
...
@@ -7,7 +7,7 @@ Check cross-references between the manuals (eg from emacs to elisp)
are correct. You can use something like the following in the info
directory in the Emacs build tree:
emacs -Q --eval "(setq Info-
default-
directory-list '(\".\"))" \
emacs -Q --eval "
(progn (require 'info)
(setq Info-directory-list '(\".\"))
)
" \
-f info-xref-check-all
make emacs.dvi, elisp.dvi, and deal with any errors (undefined
...
...
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