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
ce109c95
Commit
ce109c95
authored
Oct 27, 2009
by
Glenn Morris
Browse files
(texinfodir, TEXI2PDF): New variables.
(ENVADD): Add -I$texinfodir. (emacs-lisp-intro.pdf): New target.
parent
b60bfecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
doc/lispintro/makefile.w32-in
doc/lispintro/makefile.w32-in
+7
-1
No files found.
doc/lispintro/makefile.w32-in
View file @
ce109c95
...
...
@@ -22,6 +22,8 @@
srcdir
=
.
infodir
=
$(srcdir)
/../../info
# Directory with the (customized) texinfo.tex file.
texinfodir
=
$(srcdir)
/../misc
INFO_SOURCES
=
$(srcdir)
/emacs-lisp-intro.texi
# The file name eintr must fit within 5 characters, to allow for
...
...
@@ -32,9 +34,10 @@ DVI_TARGETS = emacs-lisp-intro.dvi
MAKEINFO
=
makeinfo
INSTALL_INFO
=
install-info
TEXI2DVI
=
texi2dvi
TEXI2PDF
=
texi2pdf
DVIPS
=
dvips
ENVADD
=
$(srcdir)
\.
.
\.
.
\n
t
\e
nvadd.bat
"TEXINPUTS=
$(srcdir)
;
$(TEXINPUTS)
"
\
"MAKEINFO=
$(MAKEINFO)
-I
$(srcdir)
"
/C
"MAKEINFO=
$(MAKEINFO)
-I
$(srcdir)
-I
$(texinfodir)
"
/C
.SUFFIXES
:
.dvi .ps .texi
...
...
@@ -51,6 +54,9 @@ $(infodir)/eintr: $(INFO_SOURCES)
emacs-lisp-intro.dvi
:
$(INFO_SOURCES)
$(ENVADD)
$(TEXI2DVI)
$(srcdir)
/emacs-lisp-intro.texi
emacs-lisp-intro.pdf
:
${INFO_SOURCES}
$(ENVADD)
$(TEXI2PDF)
$(srcdir)
/emacs-lisp-intro.texi
emacs-lisp-intro.html
:
$(INFO_SOURCES)
$(MAKEINFO)
--html
-o
$@
$(srcdir)
/emacs-lisp-intro.texi
...
...
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