From 7edba2d10f980016462f917c6d21d64585ddfd6b Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Fri, 21 Aug 2020 12:02:26 -0700 Subject: Added website docs and mdoc. (#1560) * Added website docs and mdoc. Removed all warnings * Updated README and added build to circle ci * Added how to build documentation, deprecated wiki * Fix copypasta Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- doc/images/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 doc/images/Makefile (limited to 'doc/images/Makefile') diff --git a/doc/images/Makefile b/doc/images/Makefile deleted file mode 100644 index 20a41d1f..00000000 --- a/doc/images/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -.PHONY: all - -sources = \ - type_hierarchy.dot - -all: $(sources:%.dot=%.svg) $(sources:%.dot=%.png) - -%.svg: %.dot - dot -Tsvg $< -o $@ - -%.png: %.dot - dot -Tpng $< -o $@ -- cgit v1.2.3