テストの追加・整理
[makefiles.git] / latex_mk / test / toc / Makefile
deleted file mode 120000 (symlink)
index 2862b17342318f5486fd70525a74c0e66e13f5f9..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../Makefile.template
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..fb885447058288b0f9a2becea1eb4622ecfa1e36
--- /dev/null
@@ -0,0 +1,17 @@
+TEXTARGETS := toc.pdf
+
+.PHONY: all toc-update rebase clean distclean
+
+all: $(TEXTARGETS)
+
+toc-update:
+       $(CP) toc.tex.6th toc.tex
+
+rebase:
+       $(CP) toc.tex.5th toc.tex
+
+include latex.mk
+
+clean: tex-clean
+
+distclean: tex-distclean rebase