Commit ed9711c5 authored by jpsaman's avatar jpsaman

Add dist target for making tarballs

git-svn-id: svn://svn.videolan.org/dvblast/trunk@133 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent c003700a
# DVBlast Makefile
# Customise the path of your kernel
VERSION = 1.2.0
TOPDIR = `basename ${PWD}`
CFLAGS += -Wall -O3 -fomit-frame-pointer
CFLAGS += -g
CFLAGS += -I/usr/src/kernel/linux-2.6.29.1/include
......@@ -34,3 +37,8 @@ install: all
uninstall:
@rm $(BIN)/dvblast $(BIN)/dvblastctl $(BIN)/dvblast_mmi.sh $(MAN)/dvblast.1
dist:
( cd ../ && \
tar -cj --exclude-vcs --exclude $(TOPDIR)/*.tar.bz2 $(TOPDIR)/ > $(TOPDIR)/dvblast-$(VERSION).tar.bz2 )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment