On Sun, Mar 27, 2005, David A. Desrosiers wrote:
>       What would be nice, is if the parser could take multiple -s 
> arguments on the same commandline, such as: 

You can have multiple -s arguments, but you can only have one
home_url. I use an extra -s argument to modify the settings for
images, e.g. Dilbert is in colour and much larger on Sundays so
I have a 'sunday' section that sets different bitdepths and max
sizes compared to the "normal" 'dilbert' section.

It would be a bit complicated to support both this and what you
suggest, i.e. in your case the parser should replace all settings
for each section while in my case it should combine them...

In your case I think it would be better to have a script that runs
the parser for the different sections, e.g.

#!/bin/sh
for section in $* ;
  do plucker-build -s $section ;
done

/Mike

_______________________________________________
plucker-list mailing list
[email protected]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to