Commit b3b08966 by Richard Stallman

($(srcdir)/INSTALL): Add --no-split.

From-SVN: r5847
parent d621c38b
...@@ -1617,7 +1617,8 @@ $(srcdir)/cpp.dvi: cpp.texi ...@@ -1617,7 +1617,8 @@ $(srcdir)/cpp.dvi: cpp.texi
$(TEXI2DVI) $< $(TEXI2DVI) $<
$(srcdir)/INSTALL: install1.texi install.texi $(srcdir)/INSTALL: install1.texi install.texi
$(MAKEINFO) -D INSTALLONLY --no-header `echo $(srcdir)/install1.texi | sed 's,^\./,,'` $(MAKEINFO) -D INSTALLONLY --no-header --no-split \
`echo $(srcdir)/install1.texi | sed 's,^\./,,'`
# Deletion of files made during compilation. # Deletion of files made during compilation.
# There are four levels of this: # There are four levels of this:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment