Skip to content

Commit

Permalink
fix COPYING reference in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmorgan committed Mar 15, 2012
1 parent 3b131cb commit 2e0febd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -25,3 +25,4 @@ integration-tests/enron1m.mbox
integration-tests/enron1m.index*
ruby/pkg/
ruby/README
ruby/COPYING
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -197,7 +197,7 @@ debug:

EXPORTFILES=$(CSRCFILES) $(HEADERFILES) $(GENFILES)
rubygem: $(EXPORTFILES)
cp README ruby
cp README COPYING ruby
cp $+ ruby/ext/whistlepig
cd ruby && rake gem
@echo gem is in ruby/pkg/

0 comments on commit 2e0febd

Please sign in to comment.