mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
doc/as.texinfo: minor changes for texi2roff-2
Makefile.in: revise 'doc' target.
This commit is contained in:
@ -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)
|
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
|
* messages.c Moved as_perror from input-scrub.c Modified the
|
||||||
|
@ -228,8 +228,7 @@ all: $(ALL)
|
|||||||
|
|
||||||
fake-as: force
|
fake-as: force
|
||||||
- rm -f ./as.new
|
- rm -f ./as.new
|
||||||
cp /bin/as ./as.new
|
cp /bin/as ./fake-as
|
||||||
touch fake-as
|
|
||||||
|
|
||||||
# Now figure out from those variables how to compile and link.
|
# 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.
|
# Remake the info files.
|
||||||
|
|
||||||
doc: $(srcdir)/gas.info
|
doc: $(srcdir)/as.info
|
||||||
|
|
||||||
$(srcdir)/gas.info: $(srcdir)/gas.texinfo
|
$(srcdir)/as.info: $(srcdir)/doc/as.texinfo
|
||||||
makeinfo `echo $(srcdir)/gas.texinfo | sed 's,^\./,,'`
|
(cd doc; make as.info; mv as.info $srcdir)
|
||||||
|
|
||||||
|
|
||||||
# Deletion of files made during compilation.
|
# Deletion of files made during compilation.
|
||||||
|
Reference in New Issue
Block a user