diff options
Diffstat (limited to 'maker.org')
| -rw-r--r-- | maker.org | 19 | 
1 files changed, 17 insertions, 2 deletions
@@ -57,8 +57,11 @@ ORGDIR :=$(shell echo `pwd`)  **** pods  #+BEGIN_SRC makefile :tangle makefile +SiSU_MARKUP_SAMPLES_FIND_PODS= \ +find data/sisupod -maxdepth 2 -name sisupod.manifest | cut -f 1-3 -d / | sort +  SiSU_MARKUP_SAMPLES_PODS_FOUND= \ -find data/sisupod -maxdepth 2 -name sisupod.manifest | cut -f 1-3 -d / | sort | xargs +$(SiSU_MARKUP_SAMPLES_FIND_PODS) | xargs  SiSU_MARKUP_SAMPLES_POD = \  data/sisupod/accelerando.charles_stross \ @@ -382,6 +385,13 @@ ragga:  *** testrun (program against document markup)  **** pods +****** find files + +#+BEGIN_SRC makefile :tangle makefile +find_pods: +	$(SiSU_MARKUP_SAMPLES_FIND_PODS) +#+END_SRC +  ***** dmd  ****** find files @@ -805,7 +815,7 @@ stringImportPaths "./views"  buildRequirements "allowWarnings"  dependency        "toml"      version="~>0.4.0-rc.2" # https://code.dlang.org/packages/toml       https://github.com/toml-lang/toml/wiki  dependency        "toml:json" version="~>0.4.0-rc.2" -dependency        "d2sqlite3" version="~>0.13.1"     # https://code.dlang.org/packages/d2sqlite3  http://biozic.github.io/d2sqlite3/d2sqlite3.html +dependency        "d2sqlite3" version="~>0.16.0"     # https://code.dlang.org/packages/d2sqlite3  http://biozic.github.io/d2sqlite3/d2sqlite3.html  subconfiguration  "d2sqlite3" "all-included"  dependency        "archive"   version="~>0.6.0"      # http://code.dlang.org/packages/archive     https://github.com/rcythr/archive  #+END_SRC @@ -1094,6 +1104,9 @@ mixin build!(_compile, _dub_conf);  .dub/**  .reggae/**  tmp/** +*_.org +*_.d +*_.txt  *_  *~  \#* @@ -1175,6 +1188,8 @@ time make ragga  time make restart  time make restart ldc  time make tangle ldc + +time make ldc_testrun_find_pod_epub  #+END_SRC  *** reggae  | 
