From: thib Date: Mon, 14 Jul 2003 12:11:00 +0000 (+0000) Subject: RCS : create a symbolic name verX_X_X to the current version (for instance, ver2_9_4... X-Git-Tag: ver2_9_4~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=745b0f37ed49367fccef18a55a067aeaca857e0f;p=fcron RCS : create a symbolic name verX_X_X to the current version (for instance, ver2_9_4 for fcron version 2.9.4) --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 1e74155..837bda9 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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