/[groff]/groff/contrib/grap2graph/grap2graph.sh
ViewVC logotype

Diff of /groff/contrib/grap2graph/grap2graph.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wlemb, Tue Oct 28 07:46:23 2003 UTC revision 1.3 by wl, Tue May 17 20:20:53 2005 UTC
# Line 79  trap 'exit_status=$?; rm -rf $tmp && exi Line 79  trap 'exit_status=$?; rm -rf $tmp && exi
79  # 3. Process through groff(1) with pic preprocessing to emit Postscript.  # 3. Process through groff(1) with pic preprocessing to emit Postscript.
80  # 4. Use convert(1) to crop the Postscript and turn it into a bitmap.  # 4. Use convert(1) to crop the Postscript and turn it into a bitmap.
81  (echo ".G1"; cat; echo ".G2") | grap | groff -p $groff_opts -Tps -P-pletter | \  (echo ".G1"; cat; echo ".G2") | grap | groff -p $groff_opts -Tps -P-pletter | \
82      convert -crop 0x0 $convert_opts - $tmp/grap2graph.$format \      convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
83      && cat $tmp/grap2graph.$format      && cat $tmp/grap2graph.$format
84    
85  # End  # End

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26