Better generation of mm-converted manual (Makefile)
authorRoland Pesch <pesch@cygnus>
Wed, 13 Nov 1991 23:12:19 +0000 (23:12 +0000)
committerRoland Pesch <pesch@cygnus>
Wed, 13 Nov 1991 23:12:19 +0000 (23:12 +0000)
New predefined configuration (Makefile, amd29k-coff.m4)
Bugfix in old configuration (amd29k.m4)

gas/doc/Makefile
gas/doc/a29k.m4

index fe8f1b73e58f53cc70259175986f76b4778bd3ee..6ac686bca71704c70d29b689d3f8a3672245c43b 100755 (executable)
@@ -41,8 +41,11 @@ as.mm: as-${CONFIG}.texinfo
        sed -e '/\\input texinfo/d' \
                -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
                -e 's/{.*,,/{/' \
+               -e '/@noindent/d' \
                as-${CONFIG}.texinfo | \
-       texi2roff -mm >as.mm 
+       texi2roff -mm | \
+       sed -e 's/---/\\(em/g' \
+       >as.mm 
 
 # roff output (-me)
 as.me: as-${CONFIG}.texinfo
@@ -60,6 +63,9 @@ as-all.texinfo: as.texinfo pretex.m4 none.m4 all.m4
 as-amd29k.texinfo: as.texinfo pretex.m4 none.m4 amd29k.m4
        ${M4} pretex.m4 none.m4 amd29k.m4 as.texinfo >as-amd29k.texinfo
 
+as-amd29k-coff.texinfo: as.texinfo pretex.m4 none.m4 amd29k-coff.m4
+       ${M4} pretex.m4 none.m4 amd29k-coff.m4 as.texinfo >as-amd29k-coff.texinfo
+
 as-gen.texinfo: as.texinfo pretex.m4 none.m4 gen.m4
        ${M4} pretex.m4 none.m4 gen.m4 as.texinfo >as-gen.texinfo
 
index 934fabe697f5690b9291907ed476d7eaf764f3eb..7f368340af15240338f5b8de65171807d412a395 100644 (file)
@@ -1,5 +1,5 @@
 _divert__(-1)
 _define__(<_AMD29K__>,<1>)
 _define__(<_HOST__>,<AMD 29K>)
-_define__(<_MACH_DEP__>,<AMD29K-Dependent>
+_define__(<_MACH_DEP__>,<AMD29K-Dependent>)
 _divert__<>
\ No newline at end of file