In my makefiles for tex documents, I often use the following .PHONY
declaration and rule:

.PHONY: %.xpdf
%.xpdf: %.pdf
        xpdf $<

Then 'make blah.xpdf' compiles to pdf (by a tex->pdf rule not shown
above) and starts the xpdf viewer using the rule above.

Is there a way to do something similar in tup?  It seems that tup
targets need to be actual files, so maybe not.

-- 
-Sanjoy

<http://savelongwharfpark.org/>
Save Long Wharf Park in Boston Harbor!

<http://streetfightingmath.com/>
Six reasoning tools to make hard problems easy.

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to