Skip to content

Commit

Permalink
Fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 29, 2012
1 parent ef66d51 commit 4da8aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
@./node_modules/.bin/coffee -b -o lib src/*.coffee

doc: build
@cp -rp doc $EACH_DOC
@cp -rp doc/* $(EACH_DOC)

test: build
@NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script \
Expand Down

0 comments on commit 4da8aba

Please sign in to comment.