Skip to content

Commit 0138996

Browse files
author
hannemann
committed
add archive instruction to makefile
1 parent 63c544e commit 0138996

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,6 @@ dist: $(I18Npo) clean
135135
clean:
136136
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
137137
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
138+
139+
archive:
140+
git archive --format=tar.gz --prefix=vdr-plugin-restfulapi-${VERSION}/ --output=../vdr-plugin-restfulapi_${VERSION}.tar.gz master

0 commit comments

Comments
 (0)