Erlang/OTP Forums

Author Message

<  Advanced Erlang/OTP  ~  yaws --check

vim
Posted: Fri Dec 05, 2008 5:56 pm Reply with quote
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?
View user's profile Send private message

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

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