summaryrefslogtreecommitdiff
path: root/print/latex-cjk/files/patch-aa
blob: 15c9c627b56b13baec33318c5c6a8ce0199782b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 $@
+