diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-12 01:20:38 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-12 01:20:38 +0000 |
commit | 921faa529c642b402bca716ffe14ba080d734f2d (patch) | |
tree | 9b391247d8ec2c6ef40bb93cbb0bcdf65312f816 /gas/Makefile.in | |
parent | 098d714d8142195cb2baf71667b73586a6efabe6 (diff) | |
download | gdb-921faa529c642b402bca716ffe14ba080d734f2d.zip gdb-921faa529c642b402bca716ffe14ba080d734f2d.tar.gz gdb-921faa529c642b402bca716ffe14ba080d734f2d.tar.bz2 |
doc/as.texinfo: minor changes for texi2roff-2
Makefile.in: revise 'doc' target.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 24fed9f..c7767ea 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. |