From 242b75e9e4f40d10d3fbc7357321f92219e8e890 Mon Sep 17 00:00:00 2001 From: pdmef Date: Sat, 3 Sep 2005 23:13:34 +0000 Subject: [PATCH] Rocco Rutte: - fix typo git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@478 e385b8ad-14ed-0310-8656-cc95a2468c6d --- VERSION.svn | 2 +- doc/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.svn b/VERSION.svn index bf2c10d..68cb334 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -477 +478 diff --git a/doc/Makefile.in b/doc/Makefile.in index 3e4e3a9..e149c35 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -123,7 +123,7 @@ manual-chunked stamp-doc-chunked: $(srcdir)/chunk.xsl manual.xml -xsltproc --stringparam html.stylesheet muttng.css --nonet -o html/ $^ touch stamp-doc-chunked cd html; for file in *.html ; do \ - @HTMLCLEAN_CMD@ $file || true ; \ + @HTMLCLEAN_CMD@ $$file || true ; \ done manual.pdf: stamp-doc-tex -- 2.20.1