Mercurial > hg > xemacs-beta
comparison lib-src/pstogif @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | cc15677e0335 |
children |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
57 # Comes with LaTeX2HTML (For ghostscript versions greater than 3.0 | 57 # Comes with LaTeX2HTML (For ghostscript versions greater than 3.0 |
58 # you need the newer pstoppm.ps) | 58 # you need the newer pstoppm.ps) |
59 #$PSTOPPM= $ENV{'PSTOPPM'} || | 59 #$PSTOPPM= $ENV{'PSTOPPM'} || |
60 # 'pstoppm.ps'; | 60 # 'pstoppm.ps'; |
61 | 61 |
62 # Available in the PBMPLUS libary | 62 # Available in the PBMPLUS library |
63 $PNMCROP=$ENV{'PNMCROP'} || 'pnmcrop' ; | 63 $PNMCROP=$ENV{'PNMCROP'} || 'pnmcrop' ; |
64 | 64 |
65 # Also in PBMPLUS | 65 # Also in PBMPLUS |
66 $PNMFLIP=$ENV{'PNMFLIP'} || 'pnmflip' ; | 66 $PNMFLIP=$ENV{'PNMFLIP'} || 'pnmflip' ; |
67 | 67 |