From a9252913e79774ff099dcc33283c1fb1ae3cb61f Mon Sep 17 00:00:00 2001 From: jlovell Date: Mon, 8 May 2006 22:42:35 +0000 Subject: [PATCH] Load cups into easysw/current. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@150 a1ca3aef-8c08-0410-bb20-df032aa958be --- Makefile | 23 +++++++++++++++++++++-- doc/help/spec-ppd.html | 17 +++++++---------- filter/interpret.c | 29 +++++++++++++++-------------- 3 files changed, 43 insertions(+), 26 deletions(-) diff --git a/Makefile b/Makefile index 8393bf217..7dae65d0d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 5314 2006-03-20 19:06:50Z mike $" +# "$Id: Makefile 5498 2006-05-07 16:52:14Z mike $" # # Top-level Makefile for the Common UNIX Printing System (CUPS). # @@ -57,6 +57,25 @@ clean: done +# +# Remove all non-distribution files... +# + +distclean: clean + $(RM) Makedefs config.h config.log config.status + $(RM) cups-config conf/cupsd.conf conf/pam.std + $(RM) doc/help/standard.html doc/index.html + $(RM) init/cups.sh init/cups-lpd + $(RM) man/cups-deviced.man man/cups-driverd.man + $(RM) man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man + $(RM) man/cupsd.conf.man man/lpoptions.man + $(RM) packaging/cups templates/edit-config.tmpl templates/header.tmpl + -$(RM) doc/*/index.html + -$(RM) templates/*/edit-config.tmpl + -$(RM) templates/*/header.tmpl + -$(RM) -r autom4te*.cache + + # # Make dependencies # @@ -217,5 +236,5 @@ epm: # -# End of "$Id: Makefile 5314 2006-03-20 19:06:50Z mike $". +# End of "$Id: Makefile 5498 2006-05-07 16:52:14Z mike $". # diff --git a/doc/help/spec-ppd.html b/doc/help/spec-ppd.html index 4ef176c09..d6f8f0879 100644 --- a/doc/help/spec-ppd.html +++ b/doc/help/spec-ppd.html @@ -8,7 +8,7 @@