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
13 lines
443 B
Text
13 lines
443 B
Text
$NetBSD: patch-ac,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
|
|
@@ -192,7 +192,7 @@ AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
MAINT_CHARSET = latin1
|
|
NONGIMP_SUBDIRS = cups foomatic ghost testpattern
|
|
-SUBDIRS = printdef main escputil gimp $(NONGIMP_SUBDIRS)
|
|
+SUBDIRS = escputil
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
|