From: braam Date: Thu, 18 Jul 2002 23:52:04 +0000 (+0000) Subject: - fix / problem X-Git-Tag: 0.5.1~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f66373b5f898e3c3f7ae0c3306f38786ccf3338e;p=fs%2Flustre-release.git - fix / problem --- 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