CASL II仕様書を独立したディレクトリーに配置
[YACASL2.git] / doc / casl2_spec / img / Makefile
diff --git a/doc/casl2_spec/img/Makefile b/doc/casl2_spec/img/Makefile
new file mode 100644 (file)
index 0000000..96d0ea3
--- /dev/null
@@ -0,0 +1,9 @@
+all: $(foreach ext,.png .eps,$(addsuffix $(ext),$(basename $(wildcard *.svg))))
+
+clean:
+       $(RM) *.log
+
+distclean: clean
+       $(RM) *.png *.eps *.jpg
+
+include ../images.mk