diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-11 22:51:31 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-11 22:51:31 +0000 |
commit | 10a69a373d803512d28ae0debbf3a5153b596547 (patch) | |
tree | 29f2622f532c3a7a93fdfc401804efbe9a4069a9 /ld/Makefile.in | |
parent | b55e0948edc591b54f13dea4625b47317fa3b31f (diff) | |
download | gdb-10a69a373d803512d28ae0debbf3a5153b596547.zip gdb-10a69a373d803512d28ae0debbf3a5153b596547.tar.gz gdb-10a69a373d803512d28ae0debbf3a5153b596547.tar.bz2 |
Slightly better comments (re doc targets).
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 168bc09..d52b73c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -31,7 +31,7 @@ DEBUG = -g # Where to find texinfo.tex to format docn with TeX TEXIDIR = $(srcdir)/../texinfo/fsf -# Whether to get roff to put indexing entries on stdout +# Whether to get roff to put indexing entries on stderr #TEXI2OPT = # You neeed this to generate ld-index.ms TEXI2OPT = -i @@ -208,10 +208,10 @@ ld.dvi: ld.texinfo ld.info: ld.texinfo makeinfo ld.texinfo -#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). # 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). ld.ms: ld.texinfo sed -e '/\\input texinfo/d' \ -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \ |