From: Roland Pesch Date: Sat, 12 Oct 1991 01:20:38 +0000 (+0000) Subject: doc/as.texinfo: minor changes for texi2roff-2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=921faa529c642b402bca716ffe14ba080d734f2d;p=binutils-gdb.git doc/as.texinfo: minor changes for texi2roff-2 Makefile.in: revise 'doc' target. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 3b45c210eed..e6cc1775c83 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 11 18:18:37 1991 Roland H. Pesch (pesch at cygnus.com) + + * doc/Makefile: new targets as.info, as.ms + doc/as.texinfo: minor changes for texi2roff-2 + Makefile.in: revise 'doc' target. + Fri Jan 4 12:48:22 EST 1991 Jay Fenlason (hack@ai.mit.edu) * messages.c Moved as_perror from input-scrub.c Modified the diff --git a/gas/Makefile.in b/gas/Makefile.in index 24fed9f2423..c7767ea9dce 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -228,8 +228,7 @@ all: $(ALL) fake-as: force - rm -f ./as.new - cp /bin/as ./as.new - touch fake-as + cp /bin/as ./fake-as # Now figure out from those variables how to compile and link. @@ -410,10 +409,10 @@ $(HOST_PREFIX_1)malloc.o: malloc.c # Remake the info files. -doc: $(srcdir)/gas.info +doc: $(srcdir)/as.info -$(srcdir)/gas.info: $(srcdir)/gas.texinfo - makeinfo `echo $(srcdir)/gas.texinfo | sed 's,^\./,,'` +$(srcdir)/as.info: $(srcdir)/doc/as.texinfo + (cd doc; make as.info; mv as.info $srcdir) # Deletion of files made during compilation.