Skip to content

Commit

Permalink
Added 'svn commit' and 'make data_index' to 'publish' target.
Browse files Browse the repository at this point in the history
svn/trunk@7205
  • Loading branch information
Ewan Klein committed Dec 11, 2008
1 parent 28ae41e commit e9fb4be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/grammars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ clean:
%.zip: %
$(ZIP) -r $< $< -x \*.svn*

publish: $(PACKAGES)
cp $(PACKAGES) $(PUBLISH)
publish: zip
cp $(PACKAGES) $(PUBLISH)
svn commit -m "updated grammar files" ../../../nltk_data/packages/grammars
$(MAKE) -C ../.. data_index

0 comments on commit e9fb4be

Please sign in to comment.