cons-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patterns


From: frederik
Subject: patterns
Date: 15 Oct 2002 10:56:35 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]