Skip to content

Commit

Permalink
user-manual: install user manual stylesheet with other web documents
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J. Bruce Fields committed Mar 11, 2007
1 parent 1dc71a9 commit 8ce9d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/install-webdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ce9d83

Please sign in to comment.