timm / crusty

Automatically exported from code.google.com/p/crusty
0 stars 0 forks source link

pstopdf not found #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fresh checkout of revision 117 on Dreamhost server 'nesbitt'
2. make && make install
3. make install fails during the bashdoc target with:

pstopdf ~/tmp/foo/sandbox.ps
/bin/sh: line 1: pstopdf: command not found
make[1]: *** [/home/riggsd/opt/crusty/crusty/doc/pdf/sandbox.pdf] Error 127
make[1]: Leaving directory `/home/.martie/riggsd/work/crusty/trunk'
make: *** [bashdocs] Error 2

This prevents crusty from being installed. It seems odd that we build PDF
documentation for an all-console environment anyway.

Original issue reported on code.google.com by david.a....@gmail.com on 21 Feb 2007 at 9:04

GoogleCodeExporter commented 9 years ago
Removed generation of PDF documentation in revision 119 because:

- Issue was causing crusty installation to fail
- There is no such thing as a text-mode PDF reader!

Issue is fixed if this solution is acceptable.

Original comment by david.a....@gmail.com on 21 Feb 2007 at 9:21

GoogleCodeExporter commented 9 years ago
After the fact...

It seems that nesbitt does have a `ps2pdf` command, not a `pstopdf` command. If 
this
seems to be more portable, and if there is demand for PDF docs, then I will 
re-add
PDF docs using `ps2pdf`.

Comments?

Original comment by david.a....@gmail.com on 21 Feb 2007 at 9:45