Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 4 Sep 2005 19:39:35 +0000 (19:39 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 4 Sep 2005 19:39:35 +0000 (19:39 +0000)
- 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

VERSION.svn
configure.in
doc/Makefile.in
doc/manual.txt
doc/muttng.css

index 36e0826..ff5670f 100644 (file)
@@ -1 +1 @@
-480
+481
index 7c74268..59cf6bf 100644 (file)
@@ -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
index e149c35..fae336d 100644 (file)
@@ -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 ; \
index 99c7317..dd1efa1 100644 (file)
@@ -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.
index fea7693..3bfd5d9 100644 (file)
@@ -26,7 +26,6 @@
   }
 
   thead {
-    color: white;
     background-color: #efefef;
     font-weight: bold;
   }