*** 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