summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-02-01 04:02:30 +0100
committerjao <jao@gnu.org>2018-02-01 04:02:30 +0100
commit520ef2874fefbbd20368b6f8f6b3e605e824b64d (patch)
treed543bfa43b5fa2932e6cbbbfab6b2ac51e36fb88
parent24a0e205a14bac2583c7a57ea261ea0ba24c6d9b (diff)
downloadxmobar-520ef2874fefbbd20368b6f8f6b3e605e824b64d.tar.gz
xmobar-520ef2874fefbbd20368b6f8f6b3e605e824b64d.tar.bz2
Doc nits
-rw-r--r--readme.md2
-rw-r--r--web/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 4db400f..a2510cf 100644
--- a/readme.md
+++ b/readme.md
@@ -1622,7 +1622,7 @@ giving me the chance to contribute.
This software is released under a BSD-style license. See [LICENSE] for
more details.
-Copyright &copy; 2010-2017 Jose Antonio Ortega Ruiz
+Copyright &copy; 2010-2018 Jose Antonio Ortega Ruiz
Copyright &copy; 2007-2010 Andrea Rossato
diff --git a/web/Makefile b/web/Makefile
index cb08fda..411f589 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -10,7 +10,7 @@ title = % xmobar - a minimalistic status bar
default: index.html
$(index): $(index.src)
- @sed -E "s/^\\[!\\[Build .+/$(title)/1" $(index.src) > $(index)
+ @tail -n+3 $(index.src) | sed "1s/^/$(title)\n/" > $(index)
index.html: releases.html $(index) $(css)
pandoc -f markdown -t html -c $(css) --toc -N -s \
@@ -24,7 +24,7 @@ upload-images:
rsync -zav $(images) $(remote)
upload-pages: $(htmls)
- rsync -zav $(htmls) $(css) $(remote)
+ scp $(htmls) $(css) $(remote)
upload: upload-images upload-pages