summaryrefslogtreecommitdiffstats
path: root/org.mk
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2023-05-13 03:44:38 +0200
committerThomas Letan <lthms@soap.coffee>2023-05-13 03:44:38 +0200
commit1f46d843e7a929015fa10875112bb63ead3b01d7 (patch)
tree7437578fe23cf496875c141759dc2aff0cbfd50c /org.mk
parentIntegrate the neovim/lsp post to the Misc series (diff)
The great rewrite of 2023
Diffstat (limited to 'org.mk')
-rw-r--r--org.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/org.mk b/org.mk
deleted file mode 100644
index b66c94b..0000000
--- a/org.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-ORG_IN := $(shell find site/ -name "*.org")
-ORG_OUT := $(ORG_IN:.org=.html)
-
-org-build : ${ORG_OUT}
-
-soupault-build : org-build
-
-ARTIFACTS += ${ORG_OUT} .emacs.d/cache
-
-site/posts/index.html : site/posts/haskell.org site/posts/miscellaneous.org site/posts/meta.org site/posts/coq.org
-
-%.html : %.org org.mk
- @pretty-echo.sh Exporting "$*.org"
- @capture.sh "$@" ${EMACS} --eval "(cleopatra:export-org \"$<\")"