diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-04-11 21:12:24 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 629af1457bf724ba9f0213a9b0e2ca1757f92705 (patch) | |
tree | 46332cc0cf67ed7186082036f0fd1ed4b221bb1f /makefile | |
parent | remove .toml extension (diff) |
various minordoc-reform_v0.0.25
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -15,8 +15,11 @@ EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-$($(shell echo $(ORG_CONT ORGFILELIST=$(shell echo `ls -1 maker.org org/*.org`) ORGFILES="" ORGDIR :=$(shell echo `pwd`) +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 \ @@ -175,6 +178,8 @@ ragga: reggae -b binary reggae -b ninja build +find_pods: + $(SiSU_MARKUP_SAMPLES_FIND_PODS) dmd_testrun_find: ./bin/sdp-dmd -v --source --html --epub --sqlite-discrete \ --sqlite-create --sqlite-update \ |