about summary refs log tree commit diff stats
path: root/update_html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-29 15:55:05 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-29 15:55:05 -0700
commit9570363aec35e187e2395b1760a4b94e71580ac9 (patch)
tree5b0d9cf65b5d5a403ab29e88535ba158efb276fe /update_html
parentb318b7fb127a2bdf3e394b315a45d339dc738447 (diff)
downloadmu-9570363aec35e187e2395b1760a4b94e71580ac9.tar.gz
1885
Diffstat (limited to 'update_html')
-rwxr-xr-xupdate_html14
1 files changed, 7 insertions, 7 deletions
diff --git a/update_html b/update_html
index decd732a..b9a7ad79 100755
--- a/update_html
+++ b/update_html
@@ -6,11 +6,11 @@ do
   vim -c "TOhtml | w | qa" $f
   mv $f.html html
 done
-sed -i 's,<title>\~/mu/,<title>Mu - ,' html/*
-sed -i 's,\.html</title>,</title>,' html/*
-sed -i 's/^\*.*/* { font-size: 1.05em; }/g' html/*
+sed -i 's,<title>\~/mu/,<title>Mu - ,' html/*.html
+sed -i 's,\.html</title>,</title>,' html/*.html
+sed -i 's/^\*.*/* { font-size: 1.05em; }/g' html/*.html
 # tweak contrast
-sed -i 's/^\.Constant .*/.Constant { color: #00a0a0; }/' html/*
-sed -i 's/^\.muControl .*/.muControl { color: #c0a020; }/' html/*
-sed -i 's/^\.Comment .*/.Comment { color: #9090ff; }/' html/*
-sed -i 's/^\.Delimiter .*/.Delimiter { color: #a04060; }/' html/*  # not meant to be read/ can be lower-contrast
+sed -i 's/^\.Constant .*/.Constant { color: #00a0a0; }/' html/*.html
+sed -i 's/^\.muControl .*/.muControl { color: #c0a020; }/' html/*.html
+sed -i 's/^\.Comment .*/.Comment { color: #9090ff; }/' html/*.html
+sed -i 's/^\.Delimiter .*/.Delimiter { color: #a04060; }/' html/*.html  # not meant to be read/ can be lower-contrast