Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 561 → Rev 562

/video-contact-sheet/branches/1.13/Makefile
4,7 → 4,7
 
srcdir=dist
#VER=$(shell grep VERSION= $(srcdir)/vcs | sed 's/.*"\([^"]*\)".*/\1/')
VER=$(shell sed -n '/VERSION=/s/.*"\([^"]*\)".*/\1/p' $(srcdir)/vcs)
VER=$(shell sed -n '/VERSION=/s/.*"\([^"]*\)".*/\1/p' $(srcdir)/vcs | head -n1)
 
all:
@echo "-------------------------------------------------------------------------------"