Skip to content

Commit 70125b0

Browse files
committed
Conform to package versioning.
1 parent 45acfcd commit 70125b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ uninstall:
135135
clean:
136136
rm -f update-passwd update-passwd.html update-passwd.1 update-passwd.1.gz
137137
rm -f update-passwd.sed logo.svg passwd-fink.conf group-fink.conf
138-
rm -f *.tgz *.md5 *.sig
138+
rm -f *.tgz *.md5 *.sig
139139
rm -f docbook-xsl.css
140140
rm -f README.removing-users.html README.passwd-configs.html README.html
141141
rm -f *~ index.html
@@ -153,7 +153,7 @@ docs: \
153153
README.passwd-configs.html \
154154
README.removing-users.html
155155

156-
# Tag with `git tag -s v/<number>` before running this.
156+
# Tag with `git tag -s <number>` before running this.
157157
release: docs dist
158-
git tag -v "v/$(VERS)"
158+
git tag -v "$(VERS)"
159159
# shipper version=$(VERS) | sh -e -x

0 commit comments

Comments
 (0)