* Makefile.in: add target "binutils.ms"
authorRoland Pesch <pesch@cygnus>
Fri, 11 Oct 1991 23:11:17 +0000 (23:11 +0000)
committerRoland Pesch <pesch@cygnus>
Fri, 11 Oct 1991 23:11:17 +0000 (23:11 +0000)
binutils/ChangeLog
binutils/Makefile.in

index d424f357d09ac6381816a1cb7d2eea478906944b..a031056f69141e3cb65580064febb23acf54e052 100644 (file)
@@ -1,5 +1,7 @@
 Fri Oct 11 12:51:33 1991  Roland H. Pesch  (pesch at cygnus.com)
 
+       * Makefile.in: add target "binutils.ms"
+
        * binutils.texinfo: minor restructuring for texi2roff comfort.
 
 Fri Oct 11 04:12:28 1991  John Gilmore  (gnu at cygnus.com)
index 59cebd67b8b21e2a85cd4206caeb4ca136dc3322..12a1321d3c592d5884310f8b84a79c4ec8130b3a 100644 (file)
@@ -14,6 +14,7 @@ version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion`
 prefix = $(destdir)
 bindir = $(prefix)/H-$(host_alias)/T-independent/bin
 
+# Where to find texinfo.tex to format docn with TeX
 TEXIDIR = $(srcdir)/../texinfo/fsf
 
 #INSTALL = install -c
@@ -147,14 +148,30 @@ de-stage3: force
        - (cd stage3 ; mv -f * ..)
        - rmdir stage3
 
+######################################################################
+# DOCUMENTATION TARGETS
+# TeX output
 binutils.dvi: binutils.texinfo
        TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex binutils.texinfo
        texindex binutils.??
        TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex binutils.texinfo
 
+# info file for online browsing
 binutils.info: binutils.texinfo
        makeinfo binutils.texinfo
 
+# roff output (-ms)
+#   edit instances of "ms" to "me" or "mm" to suit your preferences.
+#   (we don't use a variable because we don't trust all makes to handle
+#   a var in the target name right).
+binutils.ms: binutils.texinfo
+       sed -e '/\\input texinfo/d' \
+               -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
+               binutils.texinfo | \
+       texi2roff -ms >binutils.ms 
+
+######################################################################
+
 clean:
        -rm -f *.o *~ \#* core $(STAGESTUFF) TAGS binutils.?? binutils.???