public
Fork of KirinDave/fuzed
Description: A new revision of Fuzed, the Erlang-based frontend for web apps. Check out the mailing list at http://groups.google.com/group/fuzed
Clone URL: git://github.com/tmm1/fuzed.git
fix rake doc task (./doc doesn't exist)
tmm1 (author)
Thu Jun 19 23:18:08 -0700 2008
commit  b02c8cbac29ab7d51b74941dd33a5c624db5eb10
tree    a917cfd99a7bb13357df4748a73d7ea5ea2b5928
parent  e10fc83dc51e61bc82dfb276f01875571981f090
...
47
48
49
50
 
51
...
47
48
49
 
50
51
0
@@ -47,5 +47,5 @@ task :docs do
0
   #files = (Dir["elibs/*.erl"] - ["elibs/json.erl"]).sort.map { |x| "\'../" + x + "\'"}.join(" ")
0
   #sh %|cd doc && erl -noshell -run edoc_run files #{files}|
0
   files = Dir["elibs/*.erl"].map { |x| "'../" + x + "'"}.join " "
0
- sh %|cd doc && erl -noshell -s init stop -run edoc files #{files}|
0
+ sh %|mkdir -p doc && cd doc && erl -noshell -s init stop -run edoc files #{files}|
0
 end

Comments

    No one has commented yet.