From f81c49b14af8311b91024073ccd5faa2d7532216 Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Wed, 13 Nov 1991 23:21:31 +0000 Subject: [PATCH] Use new makeinfo -o option. Rest of this Makefile needs work to make it fit config structure properly, though. --- gas/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/doc/Makefile b/gas/doc/Makefile index 6ac686b..463f645 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 -- 2.7.4