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
703d26ba
Commit
703d26ba
authored
Jul 11, 2009
by
Glenn Morris
Browse files
(TEXI2PDF): New.
(emacs.pdf, emacs-xtra.pdf): New targets.
parent
64adbcf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+3
-0
doc/emacs/Makefile.in
doc/emacs/Makefile.in
+7
-0
No files found.
doc/emacs/ChangeLog
View file @
703d26ba
2009-07-11 Glenn Morris <rgm@gnu.org>
* Makefile.in (TEXI2PDF): New.
(emacs.pdf, emacs-xtra.pdf): New targets.
* arevert-xtra.texi (Autorevert): Add menu descriptions.
* display.texi (Horizontal Scrolling): Re-word to remove widow.
...
...
doc/emacs/Makefile.in
View file @
703d26ba
...
...
@@ -43,6 +43,7 @@ DVI_TARGETS = emacs.dvi
TEXI2DVI
=
texi2dvi
TEXI2PDF
=
texi2pdf
# The following rule does not work with all versions of `make'.
.SUFFIXES
:
.texi .dvi
...
...
@@ -130,10 +131,16 @@ $(infodir)/emacs: ${EMACSSOURCES}
emacs.dvi
:
${EMACSSOURCES}
$(ENVADD)
$(TEXI2DVI)
${srcdir}
/emacs.texi
emacs.pdf
:
${EMACSSOURCES}
$(ENVADD)
$(TEXI2PDF)
${srcdir}
/emacs.texi
emacs-xtra.dvi
:
emacs-xtra.texi $(EMACS_XTRA)
$(ENVADD)
$(TEXI2DVI)
${srcdir}
/emacs-xtra.texi
emacs-xtra.pdf
:
emacs-xtra.texi $(EMACS_XTRA)
$(ENVADD)
$(TEXI2PDF)
${srcdir}
/emacs-xtra.texi
mostlyclean
:
rm
-f
*
.log
*
.cp
*
.fn
*
.ky
*
.op
*
.ops
*
.pg
*
.vr core
*
.tp
*
.core
...
...
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