From f66373b5f898e3c3f7ae0c3306f38786ccf3338e Mon Sep 17 00:00:00 2001 From: braam Date: Thu, 18 Jul 2002 23:52:04 +0000 Subject: [PATCH] - fix / problem --- lustre/doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 18c5597..d285f2a 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -17,7 +17,7 @@ LYXFILES= master.lyx evolution.lyx llocks.lyx mgmt.lyx uncertain.lyx\ MAINTAINERCLEANFILES = $(IMAGES) $(DOCS) lustre-HOWTO.lyx CLEANFILES = *.lyxT -EXTRA_DIST = $(DOCS) $(IMAGES) $(LYXFILES) DOCVERSION +EXTRA_DIST = $(DOCS) $(IMAGES) $(LYXFILES) DOCVERSION master.bib all: $(DOCS) @@ -53,7 +53,7 @@ lustre.lyx: master.lyx $(IMAGES) DOCVERSION (ver="`cat DOCVERSION`" ;\ echo "version for $< is $$ver";\ sed "s/VERSION/version $$ver/" < $< > lustre.lyx.tmp ;\ - thedate=`date +%x` ; sed "s/DATE/$$thedate, /" < lustre.lyx.tmp > lustre.lyx ;\ + thedate=`date +%x` ; sed "s:DATE:$$thedate , :" < lustre.lyx.tmp > lustre.lyx ;\ ) syncweb: lustre.pdf -- 1.8.3.1