Skip to content

Commit

Permalink
Update makefile to package correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgerPetersen committed Feb 5, 2016
1 parent 107ee7f commit 09ffd9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
6 changes: 4 additions & 2 deletions src/WedgeBuffer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ package: compile
@echo "------------------------------------"
@echo "Exporting plugin to zip package. "
@echo "------------------------------------"
rm -f $(PLUGINNAME).zip
git archive --prefix=$(PLUGINNAME)/ -o $(PLUGINNAME).zip $(VERSION)
rm -f $(PLUGINNAME).zip
#git archive --prefix=$(PLUGINNAME)/ -o $(PLUGINNAME).zip $(VERSION)
# Our py-files are in src/
cd ../..; git archive -o $(PLUGINNAME).zip $(VERSION):src
echo "Created package: $(PLUGINNAME).zip"

upload: zip
Expand Down
11 changes: 0 additions & 11 deletions src/WedgeBuffer/i18n/af.ts

This file was deleted.

0 comments on commit 09ffd9b

Please sign in to comment.