diff options
Diffstat (limited to 'print/gp/files/patch-aa')
| -rw-r--r-- | print/gp/files/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/print/gp/files/patch-aa b/print/gp/files/patch-aa new file mode 100644 index 000000000000..7c8f0b5c1bf2 --- /dev/null +++ b/print/gp/files/patch-aa @@ -0,0 +1,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 |
