-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Lorenzo Bettini wrote:
>
> about rules of the shape, e.g.,
>
> %.txt: %.tt
>
> how else could I implement those make rules?
>
I guess so called old-fashioned style of implicit rules would do:
e.g:
.SUFFIXES: .txt .tt
all: t.txt
.tt.txt:
cp -v $< $@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGqJa9lkEvsvSpPMIRAuVXAJ4lNs8whfs0q60bZn1vvikP8gmWnACbBjDO
mZAsPqNSno4GrJwkIfO8XQc=
=1jth
-----END PGP SIGNATURE-----