Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 683 → Rev 682

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