bug-make
[Top][All Lists]
Advanced

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

Double-Colon Rules Info page needs an example


From: Dan Jacobson
Subject: Double-Colon Rules Info page needs an example
Date: Sun, 22 Aug 2004 10:59:03 +0800

The Double-Colon Rules Info page needs an example snippet.

I think I figured out a use just from reading the documentation however:
bus8.htm:: #always check for a fresher version
        wget -N http://www.fybus.com.tw/bus8.htm
fybus.w3m:bus8.htm
        w3m -cols 99 -dump $? > $@

Or an even more thrifty top line:
bus8.htm::
        test `find $@ -ctime -1`||wget -N http://www.fybus.com.tw/bus8.htm




reply via email to

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