Skip to content

Commit

Permalink
Merge branch 'dev-c++11' of https://github.com/chungongyu/siga into d…
Browse files Browse the repository at this point in the history
…ev-c++11
  • Loading branch information
chungongyu committed Jun 23, 2020
2 parents 4fcd607 + 7b12588 commit ca0c057
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ EXTRA_DIST=404.html \
favicon.png \
index.md \
logo_with_text.png
html-local:
html-env:
bundle install --path=vendor/bundle
html-local: html-env
bundle exec jekyll build
clean-local:
rm -rf _site
distclean-local:
rm -rf vendor

0 comments on commit ca0c057

Please sign in to comment.