diff options
Diffstat (limited to 'print/latex-cjk/files/patch-aa')
-rw-r--r-- | print/latex-cjk/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/print/latex-cjk/files/patch-aa b/print/latex-cjk/files/patch-aa new file mode 100644 index 000000000000..15c9c627b56b --- /dev/null +++ b/print/latex-cjk/files/patch-aa @@ -0,0 +1,21 @@ +--- Makefile.orig Fri Oct 2 17:33:23 1998 ++++ Makefile Fri Oct 2 17:33:23 1998 +@@ -0,0 +1,18 @@ ++# ++# Makefile for CJK to apply on Unix systems more smoothly. ++# ++# keith@email.gcn.net.tw ++# ++ ++all: ++ $(MAKE) -C 4_1.3 $@ ++ ++install: all ++ $(MAKE) -C 4_1.3 $@ ++ ++test-teTeX-patch: ++ $(MAKE) -C 4_1.3 test-teTeX-patch ++ ++clean: ++ $(MAKE) -C 4_1.3 $@ ++ |