> I guess I need to have "all:sheet01.pdf sheet02.pdf etc" somewhere? I guess > a file called rule? then typing %.pdf:%.ps "cr" "tab" "ps2pdf $< $@" > generates the pdf documents from ps documents?
Search the web for a tutorial on Makefiles. They're ways of storing commands and dependencies in a single file, so that you can automate the steps required to produce the results you want depending on what actually needs to be done, not just by doing everything. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

