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
2de2a338
Commit
2de2a338
authored
Oct 19, 2004
by
Jason Rumney
Browse files
(info): Change order of arguments to makeinfo.
parent
950090be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
man/makefile.w32-in
man/makefile.w32-in
+3
-1
No files found.
man/makefile.w32-in
View file @
2de2a338
...
...
@@ -125,9 +125,11 @@ dvi: $(DVI_TARGETS)
# The following target uses an explicit -o switch to work around
# the @setfilename directive in info.texi, which is required for
# the Texinfo distribution.
# Some Windows ports of makeinfo seem to require -o to come before the
# texi filename, contrary to GNU standards.
$(infodir)/info
:
$(INFOSOURCES)
$(MAKEINFO)
--no-split
info.texi
-o
$@
$(MAKEINFO)
--no-split
-o
$@
info.texi
info.dvi
:
$(INFOSOURCES)
$(ENVADD)
$(TEXI2DVI)
$(srcdir)
/info.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