Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 379 → Rev 380

/video-contact-sheet/trunk/Makefile
1,7 → 1,7
#!/usr/bin/make -f
# $Id$
 
VER=$(shell grep VERSION vcs|head -n1|sed 's/#.*//'|sed -r 's/.*"(.*)".*/\1/g')
VER=$(shell grep VERSION vcs | head -n1 | sed 's/\#.*//' | sed -r 's/.*"(.*)".*/\1/g')
 
all:
@echo "Use $(MAKE) dist"