mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Some housekeeping. Next big push may be to clean up older files.
This commit is contained in:
parent
69c4ed60c0
commit
455bf13529
@ -38,6 +38,7 @@ SET(CPACK_SOURCE_IGNORE_FILES "${CPACK_SOURCE_IGNORE_FILES}"
|
||||
"/obsolete/"
|
||||
"/unknown/"
|
||||
".*~"
|
||||
".git/"
|
||||
)
|
||||
|
||||
###
|
||||
@ -56,9 +57,9 @@ IF(WIN32)
|
||||
SET(CPACK_NSIS_CONTACT "support-netcdf@unidata.ucar.edu")
|
||||
SET(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)
|
||||
SET(CPACK_NSIS_MENU_LINKS
|
||||
"http://www.unidata.ucar.edu/netcdf" "Unidata Website"
|
||||
"http://www.unidata.ucar.edu/netcdf/docs" "NetCDF Stable Documentation"
|
||||
"http://www.unidata.ucar.edu/netcdf/docs_rc" "NetCDF Unstable Documentation")
|
||||
"http://www.unidata.ucar.edu/software/netcdf" "Unidata Website"
|
||||
"http://www.unidata.ucar.edu/software/netcdf/docs" "NetCDF Stable Documentation"
|
||||
"http://www.unidata.ucar.edu/software/netcdf/docs_rc" "NetCDF Unstable Documentation")
|
||||
|
||||
ENDIF()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user