On Apr 1, 2004, at 10:33 AM, Eric Lease Morgan wrote:
Is there some sort of make command I can run that will read the PODs in my distribution, turn them into (X)HTML files, and save them in a specified local directory of my distribution's filesystem?
Thank you for the prompt replies, but the suggestions are overkill. I simply want to:
1. create a doc directory 2. loop through my lib directory looking for pods 3. convert each pod to xhtml 4. save converted files to the pod directory
I think I will write a local wrapper to pod2html.
BTW, pod2html looks like it will already do this, but I can't figure out how to make it:
1. create a single xhtml file for each pod 2. give each file a specific name
Yeah, I can't do this pod by pod, but I'm lazy.
-- Eric Morgan