]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/Makefile
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / doc / Makefile
index bab8f31e61e166aa188107f7d6bde2c8a188d654..eb7ae6836df4e46cd9257bf85a3aedd17302c1ca 100644 (file)
@@ -1,16 +1,14 @@
 #
-# "$Id: Makefile 7941 2008-09-16 00:46:13Z mike $"
+# Documentation makefile for CUPS.
 #
-#   Documentation makefile for the Common UNIX Printing System (CUPS).
+# Copyright 2007-2016 by Apple Inc.
+# Copyright 1997-2007 by Easy Software Products.
 #
-#   Copyright 2007-2009 by Apple Inc.
-#   Copyright 1997-2007 by Easy Software Products.
-#
-#   These coded instructions, statements, and computer programs are the
-#   property of Apple Inc. and are protected by Federal copyright
-#   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-#   which should have been included with this file.  If this file is
-#   file is missing or damaged, see the license at "http://www.cups.org/".
+# These coded instructions, statements, and computer programs are the
+# property of Apple Inc. and are protected by Federal copyright
+# law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+# which should have been included with this file.  If this file is
+# missing or damaged, see the license at "http://www.cups.org/".
 #
 
 include ../Makedefs
@@ -20,6 +18,7 @@ include ../Makedefs
 #
 
 WEBPAGES       =       \
+                       apple-touch-icon.png \
                        cups.css \
                        cups-printable.css \
                        index.html \
@@ -28,6 +27,7 @@ WEBIMAGES     =       \
                        images/color-wheel.png \
                        images/cups.png \
                        images/cups-icon.png \
+                       images/generic.png \
                        images/left.gif \
                        images/right.gif \
                        images/sel.gif \
@@ -39,37 +39,43 @@ HELPIMAGES  =       \
                        images/cups-postscript-chain.png \
                        images/cups-raster-chain.png \
                        images/raster.png \
+                       images/raster-organization.png \
+                       images/sample-image.png \
                        images/smiley.jpg
 HELPFILES      =       \
                        help/accounting.html \
+                       help/api-admin.html \
                        help/api-array.html \
-                       help/api-cgi.html \
                        help/api-cups.html \
-                       help/api-driver.html \
                        help/api-filedir.html \
                        help/api-filter.html \
                        help/api-httpipp.html \
-                       help/api-mime.html \
                        help/api-overview.html \
                        help/api-ppd.html \
-                       help/api-ppdc.html \
                        help/api-raster.html \
                        help/cgi.html \
+                       help/encryption.html \
                        help/glossary.html \
                        help/kerberos.html \
                        help/license.html \
-                       help/man-cupsaccept.html \
                        help/man-backend.html \
                        help/man-cancel.html \
+                       help/man-classes.conf.html \
+                       help/man-client.conf.html \
+                       help/man-cups.html \
                        help/man-cups-config.html \
+                       help/man-cups-files.conf.html \
                        help/man-cups-lpd.html \
-                       help/man-cups-polld.html \
+                       help/man-cups-snmp.html \
+                       help/man-cupsaccept.html \
                        help/man-cupsaddsmb.html \
+                       help/man-cupsd.conf.html \
                        help/man-cupsd.html \
+                       help/man-cupsd-helper.html \
+                       help/man-cupsd-logs.html \
                        help/man-cupsenable.html \
                        help/man-cupstestdsc.html \
                        help/man-cupstestppd.html \
-                       help/man-drv.html \
                        help/man-filter.html \
                        help/man-ipptool.html \
                        help/man-ipptoolfile.html \
@@ -79,7 +85,6 @@ HELPFILES     =       \
                        help/man-lpinfo.html \
                        help/man-lpmove.html \
                        help/man-lpoptions.html \
-                       help/man-lppasswd.html \
                        help/man-lpq.html \
                        help/man-lpr.html \
                        help/man-lprm.html \
@@ -92,6 +97,8 @@ HELPFILES     =       \
                        help/man-ppdi.html \
                        help/man-ppdmerge.html \
                        help/man-ppdpo.html \
+                       help/man-printers.conf.html \
+                       help/man-subscriptions.conf.html \
                        help/network.html \
                        help/options.html \
                        help/overview.html \
@@ -99,22 +106,10 @@ HELPFILES  =       \
                        help/postscript-driver.html \
                        help/ppd-compiler.html \
                        help/raster-driver.html \
-                       help/ref-access_log.html \
-                       help/ref-classes-conf.html \
-                       help/ref-client-conf.html \
-                       help/ref-cupsd-conf.html \
-                       help/ref-error_log.html \
-                       help/ref-mailto-conf.html \
-                       help/ref-page_log.html \
                        help/ref-ppdcfile.html \
-                       help/ref-printers-conf.html \
-                       help/ref-snmp-conf.html \
-                       help/ref-subscriptions-conf.html \
                        help/security.html \
                        help/sharing.html \
                        help/spec-banner.html \
-                       help/spec-browsing.html \
-                       help/spec-cmp.html \
                        help/spec-command.html \
                        help/spec-design.html \
                        help/spec-ipp.html \
@@ -123,9 +118,7 @@ HELPFILES   =       \
                        help/spec-ppd.html \
                        help/spec-raster.html \
                        help/spec-stp.html \
-                       help/standard.html \
-                       help/translation.html \
-                       help/whatsnew.html
+                       help/translation.html
 
 
 #
@@ -197,6 +190,8 @@ install-languages:
                fi; \
        done
 
+install-langbundle:
+
 
 #
 # Install programs...
@@ -244,6 +239,8 @@ uninstall-languages:
                $(RMDIR) $(DOCDIR)/$$lang; \
        done
 
+install-langbundle:
+
 
 #
 # Install the docset bits locally...
@@ -253,8 +250,3 @@ docset:
        cp $(HELPFILES) ../org.cups.docset/Contents/Resources/Documentation/help
        cp cups-printable.css ../org.cups.docset/Contents/Resources/Documentation
        cp $(HELPIMAGES) ../org.cups.docset/Contents/Resources/Documentation/images
-
-
-#
-# End of Makefile.
-#