From e54ce1a0d0e6e13970912ca8d26889069b56a25b Mon Sep 17 00:00:00 2001 From: gord-fig Date: Fri, 26 Jul 2002 05:17:50 +0000 Subject: [PATCH] More scientific CVS tag experimentation. --- lustre/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 9c90a7e..65df734 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -23,7 +23,7 @@ all: $(DOCS) # update date and version in document date := $(shell date +%x) -tag := $(shell echo '$$Name: $$' | sed 's/^\$$Na''me: \(.*\)\$$$$/\1/; s/^\$$Name\$$$$/HEAD/') +tag := $(shell echo '$$Name: $$' | sed s/^\$$Na''me:? *\$$$$/HEAD/; 's/^\$$Na''me: \(.*\) \$$$$/\1/') addversion = sed -e 's|@T''AG@|$(tag)|g; s|@VER''SION@|$(VERSION)|g; s|@DA''TE@|$(date)|g' # Regenerate when the $(VERSION) or $Name: $ changes. -- 1.8.3.1