Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
fc0d95f2
Commit
fc0d95f2
authored
Oct 17, 2001
by
salaun
Browse files
target 'tag'
git-svn-id:
https://subversion.renater.fr/sympa/trunk@783
05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
parent
c1f3bb9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
fc0d95f2
...
...
@@ -391,5 +391,5 @@ tag: ChangeLog
@
if
[
!
$(NEW_VERSION)
]
;
then
\
echo
"Current version is
$(VERSION)
"
;
\
echo
"You need to define NEW_VERSION"
;
\
else
echo
$(NEW_VERSION)
>
.version
;
cvs ci
-m
'preparing
$(NEW_VERSION)
'
;
cvs tag
-F
`
echo
sympa-
$(NEW_VERSION)
|sed
's/\./_/g'
`
;
\
else
echo
$(NEW_VERSION)
>
.version
;
cvs ci
-m
'preparing
$(NEW_VERSION)
'
.version ChangeLog
;
cvs tag
-F
`
echo
sympa-
$(NEW_VERSION)
|sed
's/\./_/g'
`
;
\
fi
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment