]> git.corax.cc Git - ccc/commitdiff
doc: Add Makefile for documentation
authorMatthias Kruk <m@m10k.eu>
Sat, 11 Jul 2020 11:22:39 +0000 (20:22 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 11 Jul 2020 11:22:39 +0000 (20:22 +0900)
doc/Makefile [new file with mode: 0644]

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..13d6b26
--- /dev/null
@@ -0,0 +1,4 @@
+GRAPHS = parser.png tokenizer.png
+
+%.png: %.dot
+       dot -Tpng -o$@ $<