Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 499 → Rev 500

/video-contact-sheet/branches/1.13/Makefile
30,12 → 30,12
 
tgz: vcs-$(VER).tar.gz
 
vcs-$(VER).tar.gz:
cp -rvpP $(srcdir)/ vcs-$(VER)
make -C vcs-$(VER) dist
tar zcvf vcs-$(VER).tar.gz --exclude '.svn' --exclude '*.swp' --exclude '*.swo' vcs-$(VER)
$(RM) -r vcs-$(VER)
vcs-$(VER).tar.gz: $(srcdir)/vcs-$(VER).tar.gz
mv $< $@
 
$(srcdir)/vcs-$(VER).tar.gz:
make -C $(srcdir) distclean `basename $@`
 
check-no-svn:
@if [ -d .svn ]; then \
echo '*************************************************' ; \