diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-31 10:57:24 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-31 11:14:13 -0400 | 
| commit | 1dc4a9066db78f4d03a8be7e4ecf380aea39738f (patch) | |
| tree | 2172533c86e1a81265caa7f08ad82736ac812e88 /org | |
| parent | samples pod dir now markup/pod-samples/pod (diff) | |
envrc minor, (including emacs syntax highlighting)
Diffstat (limited to 'org')
| -rw-r--r-- | org/config_env.org | 24 | ||||
| -rw-r--r-- | org/config_git.org | 1 | 
2 files changed, 14 insertions, 11 deletions
diff --git a/org/config_env.org b/org/config_env.org index 4cec4a8..4f21142 100644 --- a/org/config_env.org +++ b/org/config_env.org @@ -33,6 +33,7 @@ fi  #+NAME: envrc  #+HEADER: :tangle ../.envrc +#+HEADER: :shebang "# -*- mode: sh -*-"  #+BEGIN_SRC shell  if [ -f .envrc-git-init ]; then    source_env_if_exists .envrc-git-init || source .envrc-git-init @@ -55,6 +56,7 @@ fi      - ${NixDirEnvVersion}  #+HEADER: :tangle ../.envrc-nix +#+HEADER: :shebang "# -*- mode: nix -*-"  #+BEGIN_SRC shell  NIX_ENFORCE_PURITY=1  # - https://github.com/nix-community/nix-direnv @@ -124,7 +126,7 @@ echo '    ❯❯ ${SpineBIN} -v --source --pod --latex --latex-init --epub --html --html-link-pdf --html-link-curate --html-link-markup --curate --output=${SpineOUT} ${SpinePOD}/*    ❯❯ ${SpineBIN} -v --sqlite-db-create --sqlite-db-filename=${SpineSQLdb} --sqlite-db-path=./_tmp-db -  ❯❯ ${SpineBIN} -v --sqlite-update --sqlite-db-filename=${SpineSQLdb} --sqlite-db-path=./_tmp-db ./markup/pod-samples/pod/* +  ❯❯ ${SpineBIN} -v --sqlite-update --sqlite-db-filename=${SpineSQLdb} --sqlite-db-path=./_tmp-db ${SpinePOD}/*  '  #+END_SRC @@ -140,6 +142,7 @@ echo "•  ** .envrc-git-init  #+HEADER: :tangle ../.envrc-git-init +#+HEADER: :shebang "# -*- mode: sh -*-"  #+HEADER: :noweb yes  #+BEGIN_SRC shell  if [[ ! -d ./.git ]]; then @@ -153,6 +156,7 @@ fi  - bespoke modify appropriately and generate if needed  #+HEADER: :tangle ../.envrc-local_ +#+HEADER: :shebang "# -*- mode: sh -*-"  #+HEADER: :noweb yes  #+BEGIN_SRC shell  export SpineBIN=./result/bin/spine @@ -184,7 +188,7 @@ export SpineDBpath=/var/www/sqlite  #export SpineDBpath=/srv/www/spine/sqlite  #+END_SRC -* versions GET +* org includes - versions GET  ** direnv  #+NAME: direnv_version @@ -199,14 +203,6 @@ export SpineDBpath=/var/www/sqlite  <<./nix-develop-dlang-shared.org:direnv-hash()>>  #+END_SRC -** spine project VERSION :version:set:project: - -#+NAME: spine_version -#+HEADER: :noweb yes -#+BEGIN_SRC emacs-lisp -<<./sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org:spine_project_version()>> -#+END_SRC -  ** dlang overlays  - does not make sense to update versions here, unless you carry on careful @@ -246,4 +242,12 @@ export SpineDBpath=/var/www/sqlite  <<./nix-develop-dlang-shared.org:dtools-version()>>  #+END_SRC +** spine project VERSION :version:set:project: + +#+NAME: spine_version +#+HEADER: :noweb yes +#+BEGIN_SRC emacs-lisp +<<./sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org:spine_project_version()>> +#+END_SRC +  * __END__ diff --git a/org/config_git.org b/org/config_git.org index b6eb3c7..a57f9d3 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -33,7 +33,6 @@  !flake.lock  !nixDevEnv.sh  !.envrc -!.envrc-local  !.envrc-nix  !.envrc-git-init  !README.md  | 
