mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-06 15:10:23 +08:00
1999-09-07 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* Makefile.in (INSTALL, standards.info, autoconf.info): MiKTeX for Windows treats all options after the first filename as additional filenames, so real options must appear before the first filename.
This commit is contained in:
parent
8f94a05c2f
commit
f0173011c5
@ -112,14 +112,14 @@ info: autoconf.info @standards_info@ INSTALL
|
||||
|
||||
# Use --no-split to avoid creating filenames > 14 chars.
|
||||
autoconf.info: autoconf.texi install.texi
|
||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@
|
||||
$(MAKEINFO) -I$(srcdir) --no-split --output=$@ $(srcdir)/autoconf.texi
|
||||
|
||||
INSTALL: install.texi
|
||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/install.texi --output=$@ \
|
||||
--no-headers --no-validate
|
||||
$(MAKEINFO) -I$(srcdir) --output=$@ \
|
||||
--no-headers --no-validate $(srcdir)/install.texi
|
||||
|
||||
standards.info: standards.texi make-stds.texi
|
||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/standards.texi --no-split --output=$@
|
||||
$(MAKEINFO) -I$(srcdir) --no-split --output=$@ $(srcdir)/standards.texi
|
||||
|
||||
dvi: autoconf.dvi @standards_dvi@
|
||||
|
||||
|
@ -112,14 +112,14 @@ info: autoconf.info @standards_info@ INSTALL
|
||||
|
||||
# Use --no-split to avoid creating filenames > 14 chars.
|
||||
autoconf.info: autoconf.texi install.texi
|
||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@
|
||||
$(MAKEINFO) -I$(srcdir) --no-split --output=$@ $(srcdir)/autoconf.texi
|
||||
|
||||
INSTALL: install.texi
|
||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/install.texi --output=$@ \
|
||||
--no-headers --no-validate
|
||||
$(MAKEINFO) -I$(srcdir) --output=$@ \
|
||||
--no-headers --no-validate $(srcdir)/install.texi
|
||||
|
||||
standards.info: standards.texi make-stds.texi
|
||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/standards.texi --no-split --output=$@
|
||||
$(MAKEINFO) -I$(srcdir) --no-split --output=$@ $(srcdir)/standards.texi
|
||||
|
||||
dvi: autoconf.dvi @standards_dvi@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user