summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Norton2018-07-10 12:20:01 +0100
committerRobert Norton2018-07-10 12:20:09 +0100
commitca40c5ae8f89aa3268bdc69125107c62c9240a4c (patch)
treec1f5b847b853ae0b304ab30486d2736895960280
parent58836205da846571afdb7994a9d5915f6fbae09f (diff)
further anonymisation work.
-rw-r--r--Makefile4
-rw-r--r--etc/headache_config2
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7fbd951..a22e19df 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,9 @@ anon_dist:
headache -c etc/headache_config -h etc/anon_header `ls src/lem_interp/*.ml`
headache -c etc/headache_config -h etc/anon_header `ls src/lem_interp/*.lem`
headache -c etc/headache_config -h etc/anon_header `ls arm/*.sail`
- tar czf sail.tar.gz aarch64 cheri mips riscv language lib src snapshots
+ headache -c etc/headache_config -h etc/anon_header `ls snapshots/isabelle/lib/sail/*.thy`
+ headache -c etc/headache_config -h etc/anon_header `ls snapshots/isabelle/lib/lem/*.thy`
+ headache -c etc/headache_config -h etc/anon_header `ls snapshots/hol4/lem/hol-lib/*.sml`
clean:
for subdir in src arm ; do\
diff --git a/etc/headache_config b/etc/headache_config
index 4a68f1ef..23bed5ea 100644
--- a/etc/headache_config
+++ b/etc/headache_config
@@ -1,5 +1,7 @@
".*\\.mllib" -> frame open:"(*" line:"=" close:"*)"
| ".*\\.lem" -> frame open:"(*" line:"=" close:"*)"
| ".*\\.v" -> frame open:"(*" line:"=" close:"*)"
+| ".*\\.thy" -> frame open:"(*" line:"=" close:"*)"
+| ".*\\.sml" -> frame open:"(*" line:"=" close:"*)"
| ".*\\.sail" -> frame open:"/*" line:"=" close:"*/"