diff options
| author | Robert Norton | 2018-07-10 12:20:01 +0100 |
|---|---|---|
| committer | Robert Norton | 2018-07-10 12:20:09 +0100 |
| commit | ca40c5ae8f89aa3268bdc69125107c62c9240a4c (patch) | |
| tree | c1f5b847b853ae0b304ab30486d2736895960280 | |
| parent | 58836205da846571afdb7994a9d5915f6fbae09f (diff) | |
further anonymisation work.
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | etc/headache_config | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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:"*/" |
