Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 682 → Rev 683

/video-contact-sheet/trunk/GNUmakefile
31,10 → 31,10
 
tgz: vcs-$(VER).tar.gz
 
vcs-$(VER).tar.gz: $(srcdir)/vcs-$(VER).tar.gz
vcs-$(VER).tar.%: $(srcdir)/vcs-$(VER).tar.gz
mv $< $@
 
$(srcdir)/vcs-$(VER).tar.gz:
$(srcdir)/vcs-$(VER).tar.%:
make -C $(srcdir) distclean `basename $@`
 
check-no-svn:
/video-contact-sheet/trunk/dist/common.mk
26,7 → 26,8
 
dist: vcs-$(VERSION).tar.gz
 
vcs-$(VERSION).tar.gz: all
# handles .tar.gz, .tar.bz2 and .tar.xz
vcs-$(VERSION).tar.%: all
$(RM) -r vcs-$(VERSION) vcs-$(VERSION).tar.gz
mkdir vcs-$(VERSION)
tar c --exclude='.svn' \
33,7 → 34,7
--exclude='*.swp' --exclude='*.swo' \
--exclude='vcs-$(VERSION)' . |\
tar x -C vcs-$(VERSION)
tar zcf vcs-$(VERSION).tar.gz vcs-$(VERSION)/
tar cf $@ vcs-$(VERSION)/
$(RM) -r vcs-$(VERSION)
 
docs/vcs.1 docs/vcs.conf.5: