summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/cluttex/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/cluttex/doc/Makefile')
-rw-r--r--Master/texmf-dist/doc/support/cluttex/doc/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/cluttex/doc/Makefile b/Master/texmf-dist/doc/support/cluttex/doc/Makefile
new file mode 100644
index 00000000000..ca870488028
--- /dev/null
+++ b/Master/texmf-dist/doc/support/cluttex/doc/Makefile
@@ -0,0 +1,12 @@
+all: manual.pdf manual-ja.pdf
+
+manual.pdf: manual.tex
+ cluttex -e pdflatex -o $@ --make-depends=manual.pdf.dep $<
+
+manual-ja.pdf: manual-ja.tex
+ cluttex -e lualatex -o $@ --make-depends=manual-ja.pdf.dep $<
+
+.PHONY: all
+
+-include manual.pdf.dep
+-include manual-ja.pdf.dep