From 520ef2874fefbbd20368b6f8f6b3e605e824b64d Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 1 Feb 2018 04:02:30 +0100 Subject: Doc nits --- readme.md | 2 +- web/Makefile | 4 ++-- 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 © 2010-2017 Jose Antonio Ortega Ruiz +Copyright © 2010-2018 Jose Antonio Ortega Ruiz Copyright © 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 -- cgit v1.2.3