summaryrefslogtreecommitdiff
path: root/print/gp/files/patch-aa
blob: 7c8f0b5c1bf203c90e1f73fe54fd63242a225410 (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
*** Makefile~	Sun Feb  1 20:48:49 1998
--- Makefile	Mon Feb  2 16:47:20 1998
***************
*** 13,19 ****
  BINDIR = $(PREFIX)/bin
  LIBDIR = $(PREFIX)/lib/GP
  
! FILTERS        = `ls filters`
  FILTERS.SAMPLE = `ls filters.sample`
  
  ICONS   = printer.xbm exit.xbm
--- 13,24 ----
  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