From ace605ee4d96b7ee2891246655478f46862d357f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 3 Aug 2022 18:28:58 -0400 Subject: org noweb adjustments --- org/config_meson.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'org/config_meson.org') diff --git a/org/config_meson.org b/org/config_meson.org index 9bda7e7..b09d945 100644 --- a/org/config_meson.org +++ b/org/config_meson.org @@ -8,7 +8,7 @@ #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code -#+PROPERTY: header-args+ :noweb tangle +#+PROPERTY: header-args+ :noweb yes #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no @@ -113,6 +113,7 @@ cat spine_sources.txt ***** project meson.build :filelist: #+HEADER: :tangle ../meson.build +#+HEADER: :noweb yes #+BEGIN_SRC sh project('spine', 'd', license: 'AGPL-3', @@ -228,6 +229,7 @@ revision = head ***** meson.build #+HEADER: :NO-tangle ../subprojects/d2sqlite3.meson.build +#+HEADER: :noweb yes #+BEGIN_SRC sh project('d2sqlite3', 'd', meson_version: '>=<>', @@ -295,6 +297,7 @@ revision = head Upstream provides meson.build #+HEADER: :NO-tangle ../subprojects/D-YAML/meson.build +#+HEADER: :noweb yes #+BEGIN_SRC sh project('D-YAML', 'd', meson_version: '>=<>', @@ -382,6 +385,7 @@ revision = head ***** meson.build #+HEADER: :NO-tangle ../subprojects/imageformats.meson.build +#+HEADER: :noweb yes #+BEGIN_SRC sh project('imageformats', 'd', meson_version: '>=<>', @@ -441,6 +445,7 @@ revision = head Upstream provides meson.build #+HEADER: :NO-tangle ../subprojects/tinyendian/meson.build +#+HEADER: :noweb yes #+BEGIN_SRC sh # -*- mode: python; -*- -- cgit v1.2.3