Skip to content

Commit

Permalink
Merge pull request #1 from kth-step/simplify
Browse files Browse the repository at this point in the history
remove custom datatypes, add Ott definitions to report
  • Loading branch information
palmskog authored Jan 16, 2024
2 parents f0543df + 8adba26 commit ccf47ab
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 797 deletions.
3 changes: 2 additions & 1 deletion Makefile.coq.local
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ docs/report/main.tex: docs/report/main.mng src/abs.ott
docs/report/main.pdf: docs/report/abs_defs.tex docs/report/main.tex
pdflatex -output-directory=docs/report docs/report/main.tex
pdflatex -output-directory=docs/report docs/report/main.tex
pdflatex -output-directory=docs/report docs/report/main.tex

coqdoc: $(GLOBFILES) $(VFILES) $(CSSFILES) $(JSFILES) $(HTMLFILES)
$(SHOW)'COQDOC -d $(COQDOCDIR)'
Expand All @@ -33,6 +34,6 @@ resources/index.html: resources/index.md
pandoc -s -o $@ $<

clean::
$(HIDE)rm -f theories/abs_defs.v docs/abs_defs.tex \
$(HIDE)rm -f docs/abs_defs.tex \
docs/report/main.tex docs/report/main.log docs/report/main.out \
docs/report/main.toc docs/report/main.pdf docs/report/main.aux
Loading

0 comments on commit ccf47ab

Please sign in to comment.