blob: adb18cb55c61392a49d11c5968f0949794835d6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- Makefile.orig Sun Aug 16 22:34:14 1992
+++ Makefile Wed Feb 5 00:03:39 1997
@@ -5,9 +5,9 @@
# COVERPAGE -- the absolute path and name of coverpage PS file
# -- default is current directory
-CFONT=./
+CFONT=${PREFIX}/share/chinese/gb/
-COVERPAGE=./cover.ps
+COVERPAGE=${PREFIX}/share/chinese/cover.ps
CFLAGS = -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\"
|