ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / groff / groff.patch
blobaaeb8d27984826d2463fd961f3ba28f4b22b897b
1 --- groff/contrib/mom/Makefile.sub~ 2005-01-23 10:48:26.000000000 +0100
2 +++ groff/contrib/mom/Makefile.sub 2005-01-23 10:52:49.000000000 +0100
3 @@ -18,7 +18,7 @@
4 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
6 # These may be overridden if cross-compiling.
7 -GROFFBIN=$(top_builddir)/src/roff/groff/groff
8 +GROFFBIN=echo
9 GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|$(SH_SEP)|g'`
11 groff_bin_dirs=\
12 --- groff/doc/Makefile.in~ 2005-01-23 10:58:22.000000000 +0100
13 +++ groff/doc/Makefile.in 2005-01-23 10:59:13.000000000 +0100
14 @@ -35,8 +35,8 @@
15 pnmtops=@pnmtops_nosetpage@
17 # These may be overridden if cross-compiling.
18 -TROFFBIN=$(top_builddir)/src/roff/troff/troff
19 -GROFFBIN=$(top_builddir)/src/roff/groff/groff
20 +TROFFBIN=echo
21 +GROFFBIN=echo
22 GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|:|g'`
24 # Since info files are distributed within the groff package, no
25 --- groff/doc/Makefile.sub~ 2005-01-23 10:58:30.000000000 +0100
26 +++ groff/doc/Makefile.sub 2005-01-23 10:59:35.000000000 +0100
27 @@ -18,7 +18,7 @@
28 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
30 # These may be overridden if cross-compiling.
31 -GROFFBIN=$(top_builddir)/src/roff/groff/groff
32 +GROFFBIN=echo
33 GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|$(SH_SEP)|g'`
35 # Since info files are distributed within the groff package, no
36 @@ -148,9 +148,10 @@
38 distfiles: groff gnu.eps gnu.png
40 -install_data: groff $(DOCFILES) $(PROCESSEDDOCFILES) $(make_install_html) \
41 - $(EXAMPLEFILES) $(PROCESSEDEXAMPLEFILES)
42 - -test -d $(infodir) || $(mkinstalldirs) $(infodir)
43 +#install_data: groff $(DOCFILES) $(PROCESSEDDOCFILES) $(make_install_html) \
44 +# $(EXAMPLEFILES) $(PROCESSEDEXAMPLEFILES)
45 +# -test -d $(infodir) || $(mkinstalldirs) $(infodir)
46 +install_data:
47 # Prefer info files in builddir over srcdir; we test for
48 # the existence of `groff'.
49 d=.; \