[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. ed45495835a6694f3b9c0
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2021-05-17 23:41:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via ed45495835a6694f3b9c035b3d39de71b408b824 (commit) via 1501ad78ead599eeb59371c28d9053aaf9e2fe30 (commit) from 6e623fb1655c7a235fa4db54cde7206cbc99833d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ed45495835a6694f3b9c035b3d39de71b408b824 Merge: 6e623fb1 1501ad78 Author: Nate Bargmann <n0...@n0...> Date: Mon May 17 18:34:54 2021 -0500 Merge pull request #704 from N0NB/doxygen_work Remove security page as it is for GitHub only commit 1501ad78ead599eeb59371c28d9053aaf9e2fe30 Author: Nate Bargmann <n0...@n0...> Date: Mon May 17 18:31:19 2021 -0500 Remove security page as it is for GitHub only Distribute other files ommitted from the 4.2 release for documentation generation. Caveat--don't rush! diff --git a/Makefile.am b/Makefile.am index a509dc7b..57e711b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = hamlib.pc EXTRA_DIST = PLAN LICENSE hamlib.m4 hamlib.pc.in README.developer \ - README.betatester README.win32 Android.mk + README.betatester README.freqranges README.multicast README.osx \ + Android.mk doc_DATA = ChangeLog COPYING COPYING.LIB LICENSE \ README README.betatester README.developer diff --git a/doc/index.doxygen b/doc/index.doxygen index 93229d8b..c1740079 100644 --- a/doc/index.doxygen +++ b/doc/index.doxygen @@ -24,7 +24,6 @@ These text files are distributed with the Hamlib package. \subpage Rdmeosx "Mac OS X"; \subpage Rdmefrq "Frequency range changes"; \subpage Rdmemulti "Multicast support"; -\subpage Security "Security policy"; \li Other files: \subpage INSTALL; \subpage AUTHORS; @@ -104,11 +103,6 @@ GNU/Linux. \verbinclude README.multicast */ -/* FIXME: figure out how to include Markdown for HTML output. */ -/*! \page Security SECURITY.md -\include SECURITY.md -*/ - /*! \page INSTALL INSTALL \verbinclude INSTALL */ ----------------------------------------------------------------------- Summary of changes: Makefile.am | 3 ++- doc/index.doxygen | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |