Hi all, I have been working a bit on fixing up the Postscript output of gschem today. I have started by adding a few of the DSC comments at the top of the PS file. Meanwhile, I tried to run the `print from the command line example' in the Wiki, as was pointed out the other day, it fails. I am missing `gschem-print.scm'. It does not appear to be part of the CVS repository. The closest thing seems to be gschem/scripts/print.scm. Which appears to `Do the right thing'. However, this particular script never makes it into the installation scheme directory. (It's not mentionned in the nearby Makefile.am as an installable target.)
Can someone post the this little gem so that it can be included in the CVS repository? Otherwise I will copy `gschem/scripts/print.scm' to `gschem/scheme/gschem-print.scm' and adjust the Makefile.am there to install it along with the other scheme files. Comments? Mike