|
Last change
on this file since 715 was
715,
checked in by dkg, 6 years ago
|
|
"vblade-persist: version 0.4-1 tag."
|
|
File size:
774 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | # Makefile for vblade-persist |
|---|
| 4 | |
|---|
| 5 | # (c) 2007 Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> |
|---|
| 6 | # Licensed under GPL v3 or later |
|---|
| 7 | |
|---|
| 8 | # this makefile is mostly a dummy, but it provides a convenient |
|---|
| 9 | # "release" target for CMRG build practices. |
|---|
| 10 | |
|---|
| 11 | all: |
|---|
| 12 | echo "vblade-persist is composed of scripts, so no compilation is necessary" |
|---|
| 13 | |
|---|
| 14 | # invoke this target like `make VERSION=0.1 release' to build an |
|---|
| 15 | # "upstream tarball". |
|---|
| 16 | release: |
|---|
| 17 | mkdir -p build/upstream |
|---|
| 18 | ln -s ../.. build/upstream/vblade-persist-$(VERSION) |
|---|
| 19 | (cd build/upstream && tar czf ../vblade-persist_$(VERSION).tar.gz --exclude=.svn --exclude=*~ vblade-persist-$(VERSION)/{INSTALL,COPYING,CHANGELOG,README,vblade-{finish,logrun,run,persist{,.8}}}) |
|---|
| 20 | rm -f build/upstream/vblade-persist-$(VERSION) |
|---|
| 21 | |
|---|
| 22 | clean: |
|---|
Note: See
TracBrowser
for help on using the repository browser.