diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-07-29 16:23:23 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-07-29 16:23:23 +0000 |
commit | 2e74ba4ac4074df9fdec4f341d73da2f87bab2d1 (patch) | |
tree | 79d2921d505d1ac84a188e23c1b7c9cb76e77c60 /sys-apps/groff/files/groff-1.18-infoext.patch | |
parent | Fixed bug #5712 (diff) | |
download | gentoo-2-2e74ba4ac4074df9fdec4f341d73da2f87bab2d1.tar.gz gentoo-2-2e74ba4ac4074df9fdec4f341d73da2f87bab2d1.tar.bz2 gentoo-2-2e74ba4ac4074df9fdec4f341d73da2f87bab2d1.zip |
cleanups; location fixes; info page fixes; etc
Diffstat (limited to 'sys-apps/groff/files/groff-1.18-infoext.patch')
-rw-r--r-- | sys-apps/groff/files/groff-1.18-infoext.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/groff/files/groff-1.18-infoext.patch b/sys-apps/groff/files/groff-1.18-infoext.patch new file mode 100644 index 000000000000..ee8bc9793fab --- /dev/null +++ b/sys-apps/groff/files/groff-1.18-infoext.patch @@ -0,0 +1,22 @@ +--- groff-1.18/doc/Makefile.in.orig Mon Jul 29 12:50:04 2002 ++++ groff-1.18/doc/Makefile.in Mon Jul 29 12:54:49 2002 +@@ -104,7 +104,7 @@ + prepare_examples: grnexmpl.g + test -f grnexmpl.g || cp $(srcdir)/grnexmpl.g . + +-groff: groff.texinfo ++groff.info: groff.texinfo + $(MAKEINFO) -I$(srcdir) $(srcdir)/groff.texinfo + + gnu.eps: gnu.xpm +--- groff-1.18/doc/groff.texinfo.orig Mon Jul 29 12:48:56 2002 ++++ groff-1.18/doc/groff.texinfo Mon Jul 29 12:49:07 2002 +@@ -8,7 +8,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 |