projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc71a9
)
user-manual: install user manual stylesheet with other web documents
author
J. Bruce Fields
<bfields@citi.umich.edu>
Sun, 11 Mar 2007 03:58:54 +0000
(22:58 -0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Sun, 11 Mar 2007 04:05:02 +0000
(23:05 -0500)
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" <bfields@citi.umich.edu>
Documentation/install-webdoc.sh
patch
|
blob
|
history
diff --git
a/Documentation/install-webdoc.sh
b/Documentation/install-webdoc.sh
index b3981936e302dafb33e967b3cc17a3cab5b5659e..cd3a18eb7fa73b01e9d3a9489711292148f088e6 100755
(executable)
--- 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"