Skip to content

Commit

Permalink
fix: make html works for VPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
chaunceyyu committed Jun 26, 2020
1 parent 6de99f6 commit a1dcb3c
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 a1dcb3c

Please sign in to comment.