Skip to content

Commit

Permalink
fix a by typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Dec 28, 2010
1 parent 1d86d0d commit d20f584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ de: figures docs
done;

by: figures docs
@for file in `ls ../de/*/*.markdown`; do \
@for file in `ls ../by/*/*.markdown`; do \
filename=`basename -s .markdown $$file`; \
target=./_docs/$$filename; \
mkdir -p $$target; \
Expand Down

0 comments on commit d20f584

Please sign in to comment.