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
64fbeb16
Commit
64fbeb16
authored
Jul 11, 2009
by
Glenn Morris
Browse files
(TEXI2PDF): New.
(elisp.pdf): New targets.
parent
703d26ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+3
-0
doc/lispref/Makefile.in
doc/lispref/Makefile.in
+4
-0
No files found.
doc/lispref/ChangeLog
View file @
64fbeb16
...
...
@@ -6,6 +6,9 @@
2009
-
07
-
11
Glenn
Morris
<
rgm
@
gnu
.
org
>
*
Makefile
.
in
(
TEXI2PDF
):
New
.
(
elisp
.
pdf
):
New
target
.
*
searching
.
texi
(
Regexp
Backslash
):
Fix
typo
.
*
elisp
.
texi
(
Top
):
Display
copyright
notice
at
start
of
non
-
TeX
.
...
...
doc/lispref/Makefile.in
View file @
64fbeb16
...
...
@@ -31,6 +31,7 @@ infodir = ../../info
texinfodir
=
$(srcdir)
/../misc
TEXI2DVI
=
texi2dvi
TEXI2PDF
=
texi2pdf
SHELL
=
/bin/sh
INSTALL_INFO
=
install-info
MAKEINFO
=
makeinfo
--force
...
...
@@ -103,6 +104,9 @@ $(infodir)/elisp: $(srcs)
elisp.dvi
:
$(srcs)
$(TEXI2DVI)
-I
$(srcdir)
-I
$(texinfodir)
$(srcdir)
/elisp.texi
elisp.pdf
:
$(srcs)
$(TEXI2PDF)
-I
$(srcdir)
-I
$(texinfodir)
$(srcdir)
/elisp.texi
clean
:
rm
-f
*
.toc
*
.aux
*
.log
*
.cp
*
.cps
*
.fn
*
.fns
*
.tp
*
.tps
\
*
.vr
*
.vrs
*
.pg
*
.pgs
*
.ky
*
.kys elisp[12]
*
...
...
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