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

index 1e74155c788fec01724d7e6c0e4eb3cd4727385f..837bda9ffd66a9f1db47522e2a48935487e3d3a8 100644 (file)
@@ -4,7 +4,7 @@
 
 # @configure_input@
 
-# $Id: Makefile.in,v 1.18 2002-10-06 17:22:24 thib Exp $
+# $Id: Makefile.in,v 1.19 2003-07-14 12:11:00 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
@@ -148,8 +148,9 @@ vclean: clean
 ci: clean
 # we run a "cd .." because it makes appear the path of the file ( ./doc/XXXX )
 # during the ci-ing
+# the symbolic links verX_X_X has been created since version 2.9.4
        @(cd ..; find ./doc/ -type f ! -regex '.*RCS.*' ! -regex "$(RCSNOCI)" \
-             -exec ci -l {} \;)
+             -exec ci -l -Nver`echo $(VERSION) | tr '.' '_'` {} \;)
 
 tarhtmldoc: doc
        mkdir fcron-$(VERSION)-doc-html