summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-03-29 16:41:33 +0000
committerwlemb <wlemb>2002-03-29 16:41:33 +0000
commit4451752f38555e3846bb8ce1b2122272dd2eeee9 (patch)
tree72f5451d9b1c05d41b1a804112b5a53002df32c6 /doc/Makefile
parentea73dc4b396b8aea506153fb5e4780fd57a5abf5 (diff)
downloadgroff-4451752f38555e3846bb8ce1b2122272dd2eeee9.tar.gz
* doc/gnu.xpm: New image contributed by Emily Mulley.
* doc/Makefile (gnu.eps, gnu.png): Use pnmdepth. (homepage.html): Be dependent on gnu.eps. * doc/homepage.ms: Updated to new image. * src/devices/grohtml/post-html.cc (html_printer): New member `sbuf_prev_hpos'. (html_printer::flush_sbuf, html_printer::set_char): Set it. (html_printer::sbuf_continuation): Use it.
Diffstat (limited to 'doc/Makefile')
-rwxr-xr-xdoc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 57626c66..7f3ae138 100755
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -90,11 +90,11 @@ groff: groff.texinfo
makeinfo groff.texinfo
gnu.eps: gnu.xpm
- xpmtoppm gnu.xpm | pnmtops -noturn > gnu.eps
+ xpmtoppm gnu.xpm | pnmdepth 15 | pnmtops -noturn > gnu.eps
gnu.png: gnu.xpm
- xpmtoppm gnu.xpm | pnmtopng > gnu.png
+ xpmtoppm gnu.xpm | pnmdepth 15 | pnmtopng > gnu.png
-homepage.html: homepage.ms gnu.png
+homepage.html: homepage.ms gnu.eps
GROFF_BIN_PATH=$(groff_bin_path); \
export GROFF_BIN_PATH; \
sed -e "s;@VERSION@;$(version)$(revision);" $< \