From 61d8e58b52fa4af8b2665ea6141768e46d3a2bcd Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 16 Dec 2023 19:22:52 -0500 Subject: org, spine ver & doc header (copyright & license) - org import: reuse settings in another org file using code block to evaluate other org file spine_version_info_and_doc_header_including_copyright_and_license.org --- org/config_meson.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'org/config_meson.org') diff --git a/org/config_meson.org b/org/config_meson.org index 3cd4cb1..2c0c595 100644 --- a/org/config_meson.org +++ b/org/config_meson.org @@ -19,11 +19,12 @@ * spine ** version info SET VERSION :version:set:project: -*** project SET VERSION +*** spine project VERSION :version:set:project: -#+NAME: spine_version_set -#+BEGIN_SRC sh -0.14.0 +#+NAME: spine_version +#+HEADER: :noweb yes +#+BEGIN_SRC emacs-lisp +<<./spine_version_info_and_doc_header_including_copyright_and_license.org:spine_project_version()>> #+END_SRC *** subprojects @@ -117,7 +118,7 @@ cat spine_sources.txt #+BEGIN_SRC sh project('spine', 'd', license: 'AGPL-3', - version: '<>', + version: '<>', meson_version: '>=<>' ) #if meson.get_compiler('d').get_id() == 'gcc' -- cgit v1.2.3