基本情報処理試験のフォルダを変更し、2018年春の分を追加
[YACASL2.git] / doc / exam_fe / 2018_04 / Makefile
diff --git a/doc/exam_fe/2018_04/Makefile b/doc/exam_fe/2018_04/Makefile
new file mode 100644 (file)
index 0000000..3f46ec9
--- /dev/null
@@ -0,0 +1,21 @@
+VPATH := img
+
+CSS := ../style.css
+
+TEXITARGETS := fe_2018_04.html fe_2018_04.pdf
+
+.PHONY: all clean distclean
+
+all: $(TEXITARGETS)
+
+clean: texinfo-clean
+       $(RM) *.bak
+       $(MAKE) -C img clean
+
+distclean: clean texinfo-distclean
+       $(RM) *.d *.html *.pdf
+       $(MAKE) -C img distclean
+
+include ../texinfo_exam.mk
+
+include ../../images.mk