]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/Makefile
Save work.
[thirdparty/cups.git] / doc / Makefile
index bab8f31e61e166aa188107f7d6bde2c8a188d654..db6adad141ddf4c9443cf806bff9aa8bd009f9f1 100644 (file)
@@ -1,16 +1,16 @@
 #
-# "$Id: Makefile 7941 2008-09-16 00:46:13Z mike $"
+# "$Id$"
 #
-#   Documentation makefile for the Common UNIX Printing System (CUPS).
+# Documentation makefile for CUPS.
 #
-#   Copyright 2007-2009 by Apple Inc.
-#   Copyright 1997-2007 by Easy Software Products.
+# Copyright 2007-2014 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
+# file is missing or damaged, see the license at "http://www.cups.org/".
 #
 
 include ../Makedefs
@@ -20,6 +20,7 @@ include ../Makedefs
 #
 
 WEBPAGES       =       \
+                       apple-touch-icon.png \
                        cups.css \
                        cups-printable.css \
                        index.html \
@@ -28,6 +29,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,6 +41,8 @@ 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 \
@@ -58,18 +62,18 @@ HELPFILES   =       \
                        help/glossary.html \
                        help/kerberos.html \
                        help/license.html \
-                       help/man-cupsaccept.html \
                        help/man-backend.html \
                        help/man-cancel.html \
+                       help/man-cups.html \
                        help/man-cups-config.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.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 +83,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 \
@@ -103,6 +106,7 @@ HELPFILES   =       \
                        help/ref-classes-conf.html \
                        help/ref-client-conf.html \
                        help/ref-cupsd-conf.html \
+                       help/ref-cups-files-conf.html \
                        help/ref-error_log.html \
                        help/ref-mailto-conf.html \
                        help/ref-page_log.html \
@@ -113,7 +117,6 @@ HELPFILES   =       \
                        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 \
@@ -123,7 +126,6 @@ HELPFILES   =       \
                        help/spec-ppd.html \
                        help/spec-raster.html \
                        help/spec-stp.html \
-                       help/standard.html \
                        help/translation.html \
                        help/whatsnew.html
 
@@ -197,6 +199,8 @@ install-languages:
                fi; \
        done
 
+install-langbundle:
+
 
 #
 # Install programs...
@@ -244,6 +248,8 @@ uninstall-languages:
                $(RMDIR) $(DOCDIR)/$$lang; \
        done
 
+install-langbundle:
+
 
 #
 # Install the docset bits locally...