Skip to content

Commit

Permalink
add archive instruction to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hannemann committed Sep 19, 2015
1 parent 63c544e commit 0138996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,6 @@ dist: $(I18Npo) clean
clean:
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~

archive:
git archive --format=tar.gz --prefix=vdr-plugin-restfulapi-${VERSION}/ --output=../vdr-plugin-restfulapi_${VERSION}.tar.gz master

0 comments on commit 0138996

Please sign in to comment.