From 7365f4143c4c5a0e836dcd62328e58762fdcff8a Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sun, 2 Apr 2017 10:19:14 -0700 Subject: Open Letter to the Free Software Community --- www/publish.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'www/publish.sh') diff --git a/www/publish.sh b/www/publish.sh index 9e973d85..73ff8912 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -15,9 +15,13 @@ fi tail -n +5 $FILE.md >> temp.md # add license notice where applicable -if [[ ${FILE} != "docs*" ]] ; then - cat license.md >> temp.md -fi +# TODO: make this less intrusive +#if [[ ${FILE} != "docs*" ]] ; then +# cat license.md >> temp.md +#fi + +# add unity text in +sed temp.md -i -e "/%%UNITYLETTER%%/r unity.md" -e "s/%%UNITYLETTER%%//" # change out .md -> .html sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' -- cgit v1.2.3-70-g09d2