From: thib Date: Mon, 14 Jul 2003 12:05:32 +0000 (+0000) Subject: RCS : create a symbolic name to the current version (for instance, create a symbolic... X-Git-Tag: ver2_9_4~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcb36f438e9b8887003b831a1f194ae7dfd09410;p=fcron RCS : create a symbolic name to the current version (for instance, create a symbolic name of ver2_9_4 if the current version is 2.9.4) --- diff --git a/Makefile.in b/Makefile.in index 17dabf3..0454c94 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.96 2003-07-14 10:52:33 thib Exp $ +# $Id: Makefile.in,v 1.97 2003-07-14 12:05:32 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -195,7 +195,7 @@ configure: configure.in ci: ciclean @(find ./ -type f ! -regex '.*RCS.*' ! -regex "$(RCSNOCI)" \ - -exec ci -l {} \;) + -exec ci -l -Nver`echo $(VERSION) | tr '.' '_'` {} \;) # ci the doc files @(cd doc && make ci)