From c006bc72e259ab32bdf12f56712489aea54a58c1 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Mon, 14 Jul 2003 12:11:00 +0000 Subject: [PATCH] RCS : create a symbolic name verX_X_X to the current version (for instance, ver2_9_4 for fcron version 2.9.4) --- doc/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3