fccdd06adf
changes: -bugfixes -inproved device support (newer Epson Stylus, Canon S200) -European 10x15 cm and US Engineering C paper sizes -CUPS driver: normal and reversed paper order -quality improvements
15 lines
556 B
Text
15 lines
556 B
Text
$NetBSD: patch-ad,v 1.2 2004/03/02 14:56:07 drochner Exp $
|
|
|
|
--- src/Makefile.in.orig 2004-01-11 14:02:16.000000000 +0100
|
|
+++ src/Makefile.in
|
|
@@ -191,8 +191,8 @@ gimpprint_libs = @gimpprint_libs@
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
MAINT_CHARSET = latin1
|
|
-NONGIMP_SUBDIRS = cups foomatic ghost testpattern
|
|
-SUBDIRS = printdef main escputil gimp $(NONGIMP_SUBDIRS)
|
|
+NONGIMP_SUBDIRS = cups foomatic testpattern
|
|
+SUBDIRS = printdef escputil gimp $(NONGIMP_SUBDIRS)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
|