Re: Zine Production Notes

dvanhorn <[email protected]> Sat, 03 Jan 2004 18:23:11 -0600
Newsgroups gmane.org.ballistichelmet.devel
Message-ID <[email protected]>
I've installed teTeX on the phpwh machine so that all the zine typesetting can
be done there.  I've also written a small makefile.  To produce an issue
simply do:

   make zine
   make tidy

make tidy will remove only the intermediate files.  Whereas make clean will
remove all the output files, like the .pdf and .ps files.  Image file names
should end in .eps so they are not deleted when cleaning.

I am still playing around with things, so expect some changes.

Notes to self:

I'm thinking PNG files should be treated as output files, generated with
convert from the EPS originals.  Add .png.eps rule.  zine.dvi should depend on
*.eps.

The permissions of the generated files are wrong.

/david