File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ uninstall:
135135clean :
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.
157157release : docs dist
158- git tag -v " v/ $( VERS) "
158+ git tag -v " $( VERS) "
159159# shipper version=$(VERS) | sh -e -x
You can’t perform that action at this time.
0 commit comments