]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/Makefile
Import CUPS v1.7.1
[thirdparty/cups.git] / man / Makefile
index a903ed5fce15ebad343290a9e4214d5d7a548502..6074d0c344ba25b8f0840ed04ac92622f9e07c0a 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile 7930 2008-09-10 22:25:54Z mike $"
+# "$Id: Makefile 11024 2013-06-06 23:11:13Z msweet $"
 #
 #   Man page makefile for CUPS.
 #
-#   Copyright 2007-2010 by Apple Inc.
+#   Copyright 2007-2013 by Apple Inc.
 #   Copyright 1993-2006 by Easy Software Products.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -24,6 +24,7 @@ MAN1  =       cancel.$(MAN1EXT) \
                cups-config.$(MAN1EXT) \
                cupstestdsc.$(MAN1EXT) \
                cupstestppd.$(MAN1EXT) \
+               $(IPPFIND_MAN) \
                ipptool.$(MAN1EXT) \
                lp.$(MAN1EXT) \
                lpoptions.$(MAN1EXT) \
@@ -39,6 +40,7 @@ MAN1  =       cancel.$(MAN1EXT) \
                ppdpo.$(MAN1EXT)
 MAN5   =       classes.conf.$(MAN5EXT) \
                client.conf.$(MAN5EXT) \
+               cups-files.conf.$(MAN5EXT) \
                cups-snmp.conf.$(MAN5EXT) \
                cupsd.conf.$(MAN5EXT) \
                ipptoolfile.$(MAN5EXT) \
@@ -58,7 +60,7 @@ MAN8  =       cupsaccept.$(MAN8EXT) \
                cups-deviced.$(MAN8EXT) \
                cups-driverd.$(MAN8EXT) \
                cups-lpd.$(MAN8EXT) \
-               cups-polld.$(MAN8EXT) \
+               cups-snmp.$(MAN8EXT) \
                cupsd.$(MAN8EXT) \
                cupsenable.$(MAN8EXT) \
                lpadmin.$(MAN8EXT) \
@@ -95,22 +97,6 @@ unittests:
 clean:
        $(RM) mantohtml mantohtml.o
        $(RM) $(MAN1) $(MAN5) $(MAN7) $(MAN8)
-       for file in $(MAN1); do \
-               if test $$file != ipptool.$(MAN1EXT); then \
-                       $(RM) ../doc/help/man-`basename $$file .$(MAN1EXT)`.html; \
-               fi \
-       done
-       for file in $(MAN5); do \
-               if test $$file != ipptoolfile.$(MAN5EXT); then \
-                       $(RM) ../doc/help/man-`basename $$file .$(MAN5EXT)`.html; \
-               fi \
-       done
-       for file in $(MAN7); do \
-               $(RM) ../doc/help/man-`basename $$file .$(MAN7EXT)`.html; \
-       done
-       for file in $(MAN8); do \
-               $(RM) ../doc/help/man-`basename $$file .$(MAN8EXT)`.html; \
-       done
 
 
 #
@@ -236,5 +222,5 @@ mantohtml:  mantohtml.o
 
 
 #
-# End of "$Id: Makefile 7930 2008-09-10 22:25:54Z mike $".
+# End of "$Id: Makefile 11024 2013-06-06 23:11:13Z msweet $".
 #