aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-22 18:04:18 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-22 18:04:18 +0000
commit0f223a52dc59646ce2731ebd9b2141ce1ad82ba1 (patch)
treec766d2be9ee53abbebd5c87c8aed61c254de5c95 /Makefile
parent5875596b7a6213287c109e07bfe489cd59b773b0 (diff)
downloadvericert-0f223a52dc59646ce2731ebd9b2141ce1ad82ba1.tar.gz
vericert-0f223a52dc59646ce2731ebd9b2141ce1ad82ba1.zip
Add first descriptions to org file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ff20a6..3b51d00 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,10 @@ clean:: Makefile.coq
rm -f Makefile.coq
detangle-all:
- emacs --batch --eval "(progn(require 'org)(require 'ob-tangle)$(foreach vs,$(VS),(org-babel-detangle \"$(vs)\")))"
+ emacs --batch --eval "(progn(require 'org)(require 'ob-tangle)\
+ (setq org-src-preserve-indentation t)\
+ $(foreach vs,$(VS),(org-babel-detangle \"$(vs)\"))\
+ (org-save-all-org-buffers))"
clean::
rm -f */*.v.d */*.glob */*.vo */*~ *~