mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Adding new style sheet to user documentation.
This commit is contained in:
parent
80e1ba2a57
commit
85e9b3df11
@ -1404,7 +1404,7 @@ HTML_COLORSTYLE = LIGHT
|
||||
# files will be copied as-is; there are no commands or markers available.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_EXTRA_FILES = images/uniLogo.png \
|
||||
HTML_EXTRA_FILES = @abs_top_srcdir@/docs/images/uniLogo.png \
|
||||
@abs_top_srcdir@/docs/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
|
||||
|
||||
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
|
||||
|
@ -14,7 +14,9 @@ notes.md install-fortran.md credits.md auth.md filters.md \
|
||||
obsolete/fan_utils.html indexing.dox inmemory.md FAQ.md \
|
||||
known_problems.md COPYRIGHT.md inmeminternal.dox testserver.dox \
|
||||
byterange.md nczarr.md quantize.md all-error-codes.md \
|
||||
quickstart_paths.md cloud.md
|
||||
quickstart_paths.md cloud.md header.html attribute_conventions.md \
|
||||
file_format_specifications.md quickstart_filters.md \
|
||||
doxygen-awesome-css netcdf-50x50.png
|
||||
|
||||
# Turn off parallel builds in this directory.
|
||||
.NOTPARALLEL:
|
||||
@ -54,8 +56,7 @@ endif
|
||||
# includes them in the documentation.
|
||||
|
||||
doxyfile.stamp:
|
||||
$(DOXYGEN) Doxyfile \
|
||||
cp auth.md obsolete/fan_utils.html html
|
||||
$(DOXYGEN) Doxyfile && cp $(top_srcdir)/docs/auth.md $(top_srcdir)/docs/obsolete/fan_utils.html html
|
||||
|
||||
CLEANFILES = doxyfile.stamp
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user