Skip to content

Commit

Permalink
Update docs/Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jul 26, 2024
1 parent 7751018 commit 8352550
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,11 @@ uninstall-am:
# includes them in the documentation.

doxyfile.stamp:
$(DOXYGEN) Doxyfile && cp $(top_srcdir)/docs/auth.md $(top_srcdir)/docs/obsolete/fan_utils.html html
$(DOXYGEN) -u $(top_builddir)/docs/Doxyfile && \
$(DOXYGEN) -w html $(top_builddir)/docs/header.html \
$(top_builddir)/docs/footer.html $(top_builddir)/docs/custom_style.css $(top_builddir)/docs/Doxyfile && \
$(DOXYGEN) $(top_builddir)/docs/Doxyfile && \
cp $(top_srcdir)/docs/auth.md $(top_srcdir)/docs/obsolete/fan_utils.html html

# This builds the docs from source, if necessary, and tars up
# everything needed for the website. Run this and copy the resulting
Expand Down

0 comments on commit 8352550

Please sign in to comment.