[EDGENT-327] Add comment to build.sh
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/f63bd7a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/f63bd7a2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/f63bd7a2 Branch: refs/heads/master Commit: f63bd7a21792a5dc2ba8544e1b6282fa6a3647eb Parents: 7080f26 Author: Queenie Ma <queeniema.apa...@gmail.com> Authored: Mon Jan 9 09:34:31 2017 -0800 Committer: Queenie Ma <queeniema.apa...@gmail.com> Committed: Mon Jan 9 09:34:31 2017 -0800 ---------------------------------------------------------------------- build.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/f63bd7a2/build.sh ---------------------------------------------------------------------- diff --git a/build.sh b/build.sh index 9cabe81..eaefe98 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,7 @@ set -e cd site jekyll build -d ../content_tmp +# Remove dangling references to the DejaVu fonts in the Javadoc stylesheets sed -i "" "/^@import/d; s/'DejaVu Sans',//g; s/'DejaVu Sans Mono',//g; s/'DejaVu Serif',//g" ../content_tmp/javadoc/*/stylesheet.css COMMIT_HASH=`git rev-parse HEAD` cd ..