diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
commit | 7894f38e03e6b0b14f1ecb672bcb5e8d139a8011 (patch) | |
tree | 69bb0dc6c488801215aa73452c3a0e58e3e5c5da /org/config_make.org | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
0.14.0, spine sync
Diffstat (limited to 'org/config_make.org')
-rw-r--r-- | org/config_make.org | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/org/config_make.org b/org/config_make.org index 145fcbe..45ed889 100644 --- a/org/config_make.org +++ b/org/config_make.org @@ -18,11 +18,12 @@ * project ** version info SET VERSION :version:set:project: -*** project SET VERSION +*** project VERSION -#+NAME: spine_version_set -#+BEGIN_SRC sh -0.12.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 *** build tools if specified @@ -44,6 +45,7 @@ * dr spine_search ** spine_search makefile :makefile *** tangle + #+HEADER: :tangle ../makefile #+HEADER: :noweb yes #+BEGIN_SRC makefile |