Skip to content

Commit

Permalink
Merge pull request #23 from chungongyu/dev-c++11
Browse files Browse the repository at this point in the history
fix: `make html` works for VPATH
  • Loading branch information
chungongyu committed Jun 26, 2020
2 parents 8c591a9 + a1dcb3c commit d48f3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ AC_CONFIG_FILES([Makefile
m4/Makefile
src/Makefile
test/Makefile])
AC_CONFIG_LINKS([docs/Gemfile:docs/Gemfile])
AC_CONFIG_SUBDIRS()
AC_OUTPUT
3 changes: 1 addition & 2 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ EXTRA_DIST=404.html \
html-env:
bundle install --path=vendor/bundle
html-local: html-env
bundle exec jekyll build

bundle exec jekyll build --source=${srcdir} --layouts=${srcdir}
clean-local:
rm -rf _site
distclean-local:
Expand Down

0 comments on commit d48f3e1

Please sign in to comment.