summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib
diff options
context:
space:
mode:
authorDavid Pi <david.pinho@gmail.com>2020-10-31 15:05:52 +0000
committerMartin Braun <martin@gnuradio.org>2021-01-24 11:03:43 -0800
commit7397abea21af8424cae0ab91ddcef2b85e55e293 (patch)
treed3f4029403d34413370a1e81db0ed04f89586662 /gnuradio-runtime/lib
parentf17a453de62681141641f1da414bdbed56a2e5a9 (diff)
Bring man pages in-tree from project gnuradio/pkg_gnuradio
- Move BUILD_DATE to top CMakeLists so it's available in other modules. Add Z suffix to indicate UTC. - Add a BUILD_DATE_SHORT with just yyy-mm-dd more appropriate for man pages - Put man pages in man/docs and give them a .in extension - Replace version and date placeholders at cmake configure time - Improve gnuradio-companion man page, expanding description and updating options - Remove help2man generated man pages, and man pages for non-existent commands Signed-off-by: David Pi <david.pinho@gmail.com>
Diffstat (limited to 'gnuradio-runtime/lib')
-rw-r--r--gnuradio-runtime/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/CMakeLists.txt b/gnuradio-runtime/lib/CMakeLists.txt
index 8dc9232216..0de4459a0d 100644
--- a/gnuradio-runtime/lib/CMakeLists.txt
+++ b/gnuradio-runtime/lib/CMakeLists.txt
@@ -19,7 +19,6 @@ endif(libunwind_FOUND)
########################################################################
# Handle the generated constants
########################################################################
-string(TIMESTAMP BUILD_DATE "%a, %d %b %Y %H:%M:%S" UTC)
message(STATUS "Loading build date ${BUILD_DATE} into constants...")
message(STATUS "Loading version ${VERSION} into constants...")