|
|
| Author |
Message |
|
| vim |
Posted: Fri Dec 05, 2008 5:56 pm |
|
|
|
User
Joined: 01 Oct 2008
Posts: 19
|
just wondering, i am using yaws --check feature which defined as:
Quote: --check YawsFile [IncDirs ....]
Test compile a `.yaws' file. Useful in Makefiles when we want to ensure that all .yaws files are syntactically correct
but it takes too much time to invoke it one-by-one, i guess starting it again and again for each file wastes too much time, see my current makefile
Code: yaws:
@for f in `ls www/*.yaws` ; do \
yaws --check $$f; \
done
is there a way to tell yaws to check the whole dir? |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|