Skip to content

Commit

Permalink
Replaced the mochiweb git submodule repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Jan 18, 2010
1 parent 0b96a5c commit fac985d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
@@ -1,3 +1,3 @@
[submodule "lib/mochiweb"]
path = lib/mochiweb
url = git://github.com/tswicegood/mochiweb.git
[submodule "deps/mochiweb"]
path = deps/mochiweb
url = git://github.com/clones/mochiweb.git
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ ebin/%.beam: src/%.erl
erlc -o `dirname $@` $<

mochiweb:
(cd lib/mochiweb && make)
(cd deps/mochiweb && make)

clean:
rm -rf ebin/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ installed in the Erlang library path, you can use the git submodule:
Now you can compile and run Comet-RPSSL:

make
erl -pa ebin/ -pa lib/mochiweb/ebin
erl -pa ebin/ -pa deps/mochiweb/ebin
webserver:start([9999]).

For a quick test without a browser, run the following commands in
Expand Down
1 change: 1 addition & 0 deletions deps/mochiweb
Submodule mochiweb added at ae4464
1 change: 0 additions & 1 deletion lib/mochiweb
Submodule mochiweb deleted from a52f35

0 comments on commit fac985d

Please sign in to comment.