Skip to content

Commit

Permalink
Disable jekyll interpreting in generated html docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgr committed Feb 3, 2018
1 parent 0aa5df0 commit 592db4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aminclude.am
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
@DX_DOCDIR@/@[email protected]: $(DX_CONFIG) $(pkginclude_HEADERS)
rm -rf @DX_DOCDIR@
$(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
if DX_COND_html
touch @DX_DOCDIR@/html/.nojekyll
endif DX_COND_html
echo Timestamp >$@
DX_CLEANFILES = \
@DX_DOCDIR@/@[email protected] \
Expand Down

0 comments on commit 592db4f

Please sign in to comment.