diff options
Diffstat (limited to 'sys-apps/groff/files/groff-1.17.2-infoext.patch')
-rw-r--r-- | sys-apps/groff/files/groff-1.17.2-infoext.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/groff/files/groff-1.17.2-infoext.patch b/sys-apps/groff/files/groff-1.17.2-infoext.patch new file mode 100644 index 000000000000..a7f0359af657 --- /dev/null +++ b/sys-apps/groff/files/groff-1.17.2-infoext.patch @@ -0,0 +1,22 @@ +--- groff-1.17.2/doc/Makefile.orig Mon Jul 29 17:41:44 2002 ++++ groff-1.17.2/doc/Makefile Mon Jul 29 17:42:06 2002 +@@ -65,7 +65,7 @@ + .texinfo.dvi: + texi2dvi -e $< + +-groff: groff.texinfo ++groff.info: groff.texinfo + makeinfo groff.texinfo + + install: +--- groff-1.17.2/doc/groff.texinfo.orig Mon Jul 29 17:41:24 2002 ++++ groff-1.17.2/doc/groff.texinfo Mon Jul 29 17:41:37 2002 +@@ -6,7 +6,7 @@ + @c + + @c %**start of header (This is for running Texinfo on a region.) +-@setfilename groff ++@setfilename groff.info + @settitle The GNU Troff Manual + @setchapternewpage odd + @footnotestyle separate |