From: John Darrington Date: Wed, 11 Mar 2009 13:47:24 +0000 (+0900) Subject: A simpler way to avoid one makeinfo bug X-Git-Tag: v0.7.3~240 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=c54e462a57d5a53a7db97d064cde383eaaa30fe9 A simpler way to avoid one makeinfo bug --- diff --git a/doc/automake.mk b/doc/automake.mk index 59fb7179..67c2d83c 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -49,8 +49,7 @@ doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl doc/pspp.xml: doc/pspp.texinfo $(doc_pspp_TEXINFOS) @$(MKDIR_P) doc $(MAKEINFO) --docbook -I $(top_srcdir) $< -o $@ - $(SED) -i -e 's/Time-&-Date/Time-\&-Date/g' \ - -e 's%below:%below:
%' $@ + $(SED) -i -e 's/Time-&-Date/Time-\&-Date/g' $@ docbookdir = $(docdir) docbook_DATA = doc/pspp.xml diff --git a/doc/language.texi b/doc/language.texi index ed1123db..43af0af7 100644 --- a/doc/language.texi +++ b/doc/language.texi @@ -1172,6 +1172,7 @@ trailing white space. The maximum width for time and date formats is 40 columns. Minimum input and output width for each of the time and date formats is shown below: + @float @multitable {DATETIME} {Min. Input Width} {Min. Output Width} {4-digit year} @headitem Format @tab Min. Input Width @tab Min. Output Width @tab Option