From: Roland Pesch Date: Wed, 13 Nov 1991 23:21:31 +0000 (+0000) Subject: Use new makeinfo -o option. Rest of this Makefile needs work to make it fit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f81c49b14af8311b91024073ccd5faa2d7532216;p=binutils-gdb.git Use new makeinfo -o option. Rest of this Makefile needs work to make it fit config structure properly, though. --- diff --git a/gas/doc/Makefile b/gas/doc/Makefile index 6ac686bca71..463f645e961 100755 --- a/gas/doc/Makefile +++ b/gas/doc/Makefile @@ -16,7 +16,7 @@ srcdir=.. TEXIDIR = $(srcdir)/../texinfo/fsf as.info: as-${CONFIG}.texinfo - makeinfo as-${CONFIG}.texinfo + makeinfo -o as.info as-${CONFIG}.texinfo # There's no index yet; when there is, add texindex call before tex 2nd pass as.dvi: as-${CONFIG}.texinfo