blob: 23de187c97eadd04e2f2c7fc0f9c487119185802 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
*** Makefile.orig Sun Feb 1 20:48:49 1998
--- Makefile Sun Feb 22 21:27:43 1998
***************
*** 13,20 ****
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/GP
! FILTERS = `ls filters`
! FILTERS.SAMPLE = `ls filters.sample`
ICONS = printer.xbm exit.xbm
--- 13,25 ----
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/GP
! .if (${LANGUAGE} == "Japanese")
! FILTERS =a2ps-j dvi2ps-j ImageMagick
! .else
! FILTERS =a2ps dvips ImageMagick
! .endif
!
! FILTERS.SAMPLE!= ls filters.sample
ICONS = printer.xbm exit.xbm
|