Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 624 → Rev 683

/relevation/branches/1.3.1/GNUmakefile
135,7 → 135,7
-mkdir $(PKGVER)
tar c . $(TAR_EXCLUDES) | ( cd $(PKGVER) && tar x )
 
$(PKG).spec: $(PKG).spec.in
$(PKG).spec: devtools/$(PKG).spec.in
test -n "$(VERSION)" # Version (=$(VERSION)) must be defined
@echo "[creating $@]"
@cat "$<" | sed -e 's/@VERSION@/$(VERSION)/g' \