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
2358ae54
Commit
2358ae54
authored
Jul 09, 2009
by
Glenn Morris
Browse files
(texinfodir): New variable, with location of texinfo.tex.
(ENVADD): Add texinfodir to TEXINPUTS.
parent
672fe986
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/emacs/Makefile.in
doc/emacs/Makefile.in
+3
-1
No files found.
doc/emacs/Makefile.in
View file @
2358ae54
...
...
@@ -31,6 +31,8 @@ VPATH=@srcdir@
## Where the output files go.
## Note that the setfilename command in the .texi files assumes this.
infodir
=
../../info
# Directory with the (customized) texinfo.tex file.
texinfodir
=
$(srcdir)
/../misc
# The makeinfo program is part of the Texinfo distribution.
# Use --force so that it generates output even if there are errors.
...
...
@@ -47,7 +49,7 @@ TEXI2DVI = texi2dvi
.texi.dvi
:
$(TEXI2DVI)
$<
ENVADD
=
TEXINPUTS
=
"
$(srcdir)
:
$(TEXINPUTS)
"
MAKEINFO
=
"
$(MAKEINFO)
-I
$(srcdir)
"
ENVADD
=
TEXINPUTS
=
"
$(srcdir)
:
$(
texinfodir)
:
$(
TEXINPUTS)
"
MAKEINFO
=
"
$(MAKEINFO)
-I
$(srcdir)
"
EMACS_XTRA
=
\
...
...
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