]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / Makefile
index c24ccdb2d98e4415e1e3c6b2b185ea94640d03ef..1cb72a93227e63e1c5593c5fb55d289198b3ac6d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 6332 2007-03-12 16:08:51Z mike $"
+# "$Id: Makefile 6500 2007-04-30 21:47:48Z mike $"
 #
 #   Top-level Makefile for the Common UNIX Printing System (CUPS).
 #
@@ -64,8 +64,10 @@ clean:
 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) doc/help/ref-cupsd-conf.html doc/help/standard.html
+       $(RM) doc/index.html
        $(RM) init/cups.sh init/cups-lpd
+       $(RM) man/client.conf.man
        $(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
@@ -88,6 +90,14 @@ depend:
        done
 
 
+#
+# Generate a ctags file...
+#
+
+ctags:
+       ctags -R .
+
+
 #
 # Install object and target files...
 #
@@ -270,5 +280,5 @@ dist:       all
 
 
 #
-# End of "$Id: Makefile 6332 2007-03-12 16:08:51Z mike $".
+# End of "$Id: Makefile 6500 2007-04-30 21:47:48Z mike $".
 #