From: pdmef Date: Sun, 4 Sep 2005 19:39:35 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=cf6bb4753ad027d11465533b7f3ef35b797f2908 Rocco Rutte: - remove --nonet from xsltproc arguments - fix CSS file - make tidy(1) print errors only git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@481 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/VERSION.svn b/VERSION.svn index 36e0826..ff5670f 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -480 +481 diff --git a/configure.in b/configure.in index 7c74268..59cf6bf 100644 --- a/configure.in +++ b/configure.in @@ -1190,7 +1190,7 @@ AC_PATH_PROG([HTMLCLEAN_CMD], [tidy], [none]) if test x"$HTMLCLEAN_CMD" != x"none" then - HTMLCLEAN_CMD="$HTMLCLEAN_CMD -i -m -asxml -utf8 " + HTMLCLEAN_CMD="$HTMLCLEAN_CMD -q -i -m -asxml -utf8 " else HTMLCLEAN_CMD="echo " fi diff --git a/doc/Makefile.in b/doc/Makefile.in index e149c35..fae336d 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -115,12 +115,12 @@ manual.txt: manual.html @HTML2TXT_CMD@ manual.html: $(srcdir)/html.xsl manual.xml - -xsltproc --stringparam html.stylesheet muttng.css --nonet -o $@ $^ + -xsltproc --stringparam html.stylesheet muttng.css -o $@ $^ @HTMLCLEAN_CMD@ $@ || true manual-chunked stamp-doc-chunked: $(srcdir)/chunk.xsl manual.xml test -d html || mkdir html - -xsltproc --stringparam html.stylesheet muttng.css --nonet -o html/ $^ + -xsltproc --stringparam html.stylesheet muttng.css -o html/ $^ touch stamp-doc-chunked cd html; for file in *.html ; do \ @HTMLCLEAN_CMD@ $$file || true ; \ diff --git a/doc/manual.txt b/doc/manual.txt index 99c7317..dd1efa1 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -7602,7 +7602,7 @@ Chapter 7. Reference Type: system property - Value: 479 + Value: 480 This is a read-only system property and specifies muttng's subversion revision string. diff --git a/doc/muttng.css b/doc/muttng.css index fea7693..3bfd5d9 100644 --- a/doc/muttng.css +++ b/doc/muttng.css @@ -26,7 +26,6 @@ } thead { - color: white; background-color: #efefef; font-weight: bold; }