mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
include new file in tarball
This commit is contained in:
parent
32121c5634
commit
9fc325a334
1 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,7 @@ SRC = xwrelay.cpp \
|
|||
lstnrmgr.cpp \
|
||||
|
||||
# STATIC ?= -static
|
||||
SVNINFO = svninfo.txt
|
||||
SVNINFO = svnversion.txt
|
||||
|
||||
|
||||
OBJ = $(patsubst %.cpp,%.o,$(SRC))
|
||||
|
@ -53,9 +53,11 @@ tags:
|
|||
tarball:
|
||||
@svnversion -n ../ > $(SVNINFO)
|
||||
tar cvfz RELAY_SRC.tgz \
|
||||
../relay/*.{cpp,h} \
|
||||
../relay/*.cpp \
|
||||
../relay/*.h \
|
||||
../relay/Makefile \
|
||||
../relay/xwrelay.conf \
|
||||
../relay/xwrelay.sh \
|
||||
../relay/$(SVNINFO)
|
||||
@rm -f $(SVNINFO)
|
||||
@echo "RELAY_SRC.tgz done"
|
||||
|
|
Loading…
Reference in a new issue