diff --git a/aminclude.am b/aminclude.am index b62fc813daa..41ce2022f96 100644 --- a/aminclude.am +++ b/aminclude.am @@ -92,6 +92,9 @@ doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL) @DX_DOCDIR@/@PACKAGE@.tag: $(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@/@PACKAGE@.tag \