mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Update docs/Makefile.in
This commit is contained in:
parent
77510180cc
commit
835255015f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user