X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=Makefile;h=7dae65d0de95a7f5c4160add570a54020d83647b;hp=8393bf217a925bb202effcee264dc19b7fee6e06;hb=a9252913e79774ff099dcc33283c1fb1ae3cb61f;hpb=a74454a757c35671e1cbf71870231a3d51945858 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 $". #