From: J. Bruce Fields Date: Sun, 11 Mar 2007 03:58:54 +0000 (-0500) Subject: user-manual: install user manual stylesheet with other web documents X-Git-Tag: v1.5.0.4~12^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8ce9d83b78fa95addf61cb911fa052ec4f37f77e;p=git.git user-manual: install user manual stylesheet with other web documents Install the stylesheet needed for the user manual. This should solve the problem of, e.g., http://www.kernel.org/pub/software/scm/git/docs/user-manual.html lacking a lot of formatting. Signed-off-by: "J. Bruce Fields" --- diff --git a/Documentation/install-webdoc.sh b/Documentation/install-webdoc.sh index b3981936e..cd3a18eb7 100755 --- a/Documentation/install-webdoc.sh +++ b/Documentation/install-webdoc.sh @@ -2,7 +2,7 @@ T="$1" -for h in *.html *.txt howto/*.txt howto/*.html RelNotes-*.txt +for h in *.html *.txt howto/*.txt howto/*.html RelNotes-*.txt *.css do if test -f "$T/$h" && diff -u -I'Last updated [0-9][0-9]-[A-Z][a-z][a-z]-' "$T/$h" "$h"