1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/print/latex-cjk/files/patch-aa
Vanilla I. Shu 489f82430e Chinese/Japanese/Korean support to LaTeX2e/teTeX
PR:		ports/6954
Submitted by:	J.T. Jang <keith@email.gcn.net.tw>
1998-10-08 15:37:34 +00:00

22 lines
352 B
Plaintext

--- 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 $@
+