summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile')
-rw-r--r--Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile b/Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile
new file mode 100644
index 00000000000..f49149b0dc4
--- /dev/null
+++ b/Master/texmf-dist/doc/context/third/context-notes-zh-cn/src/Makefile
@@ -0,0 +1,22 @@
+PRODUCT=ctxnotes
+READER=evince
+
+all:
+ context --mode=screen $(PRODUCT)
+
+print:
+ context --mode=print $(PRODUCT)
+ context --purge
+
+bib:
+ context --mode=screen --once $(PRODUCT) \
+ && bibtex $(PRODUCT) \
+ && context --mode=screen $(PRODUCT)
+
+pdf:
+ $(READER) $(PRODUCT).pdf &
+
+clean:
+ context --purge
+ rm -f *.aux *.bbl *.blg
+ rm -f *.pdf