doc/as.texinfo: minor changes for texi2roff-2
authorRoland Pesch <pesch@cygnus>
Sat, 12 Oct 1991 01:20:38 +0000 (01:20 +0000)
committerRoland Pesch <pesch@cygnus>
Sat, 12 Oct 1991 01:20:38 +0000 (01:20 +0000)
Makefile.in: revise 'doc' target.

gas/ChangeLog
gas/Makefile.in

index 3b45c210eed4886b355536df87ebc3ccbf445751..e6cc1775c83414ed9fb47bc835b9b65256dbb295 100644 (file)
@@ -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
index 24fed9f2423e34951f287b2605df0be14a28bd09..c7767ea9dce3c92f4e27a558887ec0c1814158d8 100644 (file)
@@ -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
 \f
 # 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)      
 
 \f
 # Deletion of files made during compilation.