Pat Pannuto <[email protected]> writes:
> Tup's ethos is really to be a build system and not more. In this case you
> are probably better served either with a shell script if you really need,
> or simply something like 'tup && xpdf blah.pdf'
Ah, I see. A related approach is a Makefile like the following, and
then 'make blah.xpdf' :
.PHONY: %.xpdf
%.pdf:
tup $<
%.xpdf: %.pdf
--
--
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.