mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Added markdown version of RELEASE_NOTES for evaluation.
Modified Doxyfile templates to generate html from the markdown file (assumes doxygen version 1.8+) Added link to release notes to mainpage.doc
This commit is contained in:
parent
d7c0bed683
commit
aecd090f53
@ -12,7 +12,7 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = README COPYRIGHT RELEASE_NOTES INSTALL INSTALL.cmake test_prog.c \
|
||||
lib_flags.am cmake CMakeLists.txt COMPILE.cmake.txt config.h.in.cmake \
|
||||
config.h.in.cmake cmake_uninstall.cmake.in netcdf-config-version.cmake.in \
|
||||
netcdf-config.cmake.in FixBundle.cmake.in
|
||||
netcdf-config.cmake.in FixBundle.cmake.in nc-config.in.cmake
|
||||
|
||||
# Doxygen doesn't build nicely in vpath builds.
|
||||
# Don't do this; it wipes out any exported values
|
||||
|
1412
RELEASE_NOTES.md
Normal file
1412
RELEASE_NOTES.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -569,6 +569,7 @@ WARN_LOGFILE =
|
||||
# with spaces.
|
||||
|
||||
INPUT = \
|
||||
@abs_top_srcdir@/RELEASE_NOTES.md \
|
||||
@abs_top_srcdir@/man4/mainpage.doc \
|
||||
@abs_top_srcdir@/man4/tutorial.doc \
|
||||
@abs_top_srcdir@/man4/install.doc \
|
||||
|
@ -655,7 +655,8 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = @CMAKE_SOURCE_DIR@/man4/Building-with-CMake.md \
|
||||
INPUT = @CMAKE_SOURCE_DIR@/RELEASE_NOTES.md \
|
||||
@CMAKE_SOURCE_DIR@/man4/Building-with-CMake.md \
|
||||
@CMAKE_SOURCE_DIR@/man4/windows-binaries.md \
|
||||
@CMAKE_SOURCE_DIR@/man4/mainpage.doc \
|
||||
@CMAKE_SOURCE_DIR@/man4/tutorial.doc \
|
||||
|
@ -17,6 +17,7 @@ Foundation.
|
||||
Hartnett, Dennis Heimbigner and Ward Fisher
|
||||
|
||||
<p>Learn more about netCDF:
|
||||
- \ref release_notes
|
||||
- \ref getting
|
||||
- \ref building
|
||||
- \ref tutorial
|
||||
|
Loading…
Reference in New Issue
Block a user