]> granicus.if.org Git - fcron/commitdiff
RCS : create a symbolic name to the current version (for instance, create a symbolic...
authorthib <thib>
Mon, 14 Jul 2003 12:05:32 +0000 (12:05 +0000)
committerthib <thib>
Mon, 14 Jul 2003 12:05:32 +0000 (12:05 +0000)
Makefile.in

index 17dabf36f9c2d2058a9b707b7543d771f7e4f3eb..0454c9403daee8cb8a4b2c22ade0eb2ba6ed2120 100644 (file)
@@ -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)