patterns
[email protected] 15 Oct 2002 10:56:35 -0700
| Newsgroups | gmane.comp.gnu.cons.general |
|---|---|
| Message-ID | <[email protected]> |
After reading the cons manual, I still can't figure out how to write a
simple pattern rule in Cons. For instance, if I want to create a "ps"
file from a "dvi" file using dvips, in GNU Make I can write the
following rule:
%.ps: %.dvi
dvips $< -o $@
Is there a way to do this easily in cons?
_______________________________________________
[email protected]
http://mail.gnu.org/mailman/listinfo/cons-discuss
Cons URL: http://www.dsmit.com/cons/