Commit b4ddf942 by Richard Stallman

($(srcdir)/INSTALL): Add -D INSTALLONLY.

From-SVN: r2328
parent 35b63115
...@@ -1217,7 +1217,7 @@ $(srcdir)/gcc.info: gcc.texi extend.texi install.texi invoke.texi \ ...@@ -1217,7 +1217,7 @@ $(srcdir)/gcc.info: gcc.texi extend.texi install.texi invoke.texi \
makeinfo `echo $(srcdir)/gcc.texi | sed 's,^\./,,'` makeinfo `echo $(srcdir)/gcc.texi | sed 's,^\./,,'`
$(srcdir)/INSTALL: install1.texi install.texi $(srcdir)/INSTALL: install1.texi install.texi
makeinfo --no-header `echo $(srcdir)/install1.texi | sed 's,^\./,,'` makeinfo -D INSTALLONLY --no-header `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