]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/Makefile
Merge changes from CUPS 1.5.1-r9875.
[thirdparty/cups.git] / templates / Makefile
index ea2c1084f16b1fd9ad69c6c05bfda744f9bdb290..9f32260ad0c321dc3e474223ff2e061ab52627a9 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $"
+# "$Id: Makefile 7940 2008-09-16 00:45:16Z mike $"
 #
-#   Template makefile for the Common UNIX Printing System (CUPS).
+#   Template makefile for CUPS.
 #
-#   Copyright 2007-2008 by Apple Inc.
+#   Copyright 2007-2011 by Apple Inc.
 #   Copyright 1993-2007 by Easy Software Products.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -29,6 +29,7 @@ FILES =       \
                choose-model.tmpl \
                choose-serial.tmpl \
                choose-uri.tmpl \
+               class.tmpl \
                class-added.tmpl \
                class-confirm.tmpl \
                class-deleted.tmpl \
@@ -36,11 +37,13 @@ FILES       =       \
                class-modified.tmpl \
                classes.tmpl \
                classes-header.tmpl \
+               command.tmpl \
                edit-config.tmpl \
                error.tmpl \
                error-op.tmpl \
                header.tmpl \
                help-header.tmpl \
+               help-trailer.tmpl \
                help-printable.tmpl \
                job-cancel.tmpl \
                job-hold.tmpl \
@@ -51,7 +54,6 @@ FILES =       \
                jobs.tmpl \
                jobs-header.tmpl \
                list-available-printers.tmpl \
-               maintenance.tmpl \
                modify-class.tmpl \
                modify-printer.tmpl \
                norestart.tmpl \
@@ -62,6 +64,7 @@ FILES =       \
                option-pickone.tmpl \
                option-trailer.tmpl \
                pager.tmpl \
+               printer.tmpl \
                printer-accept.tmpl \
                printer-added.tmpl \
                printer-configured.tmpl \
@@ -96,6 +99,20 @@ FILES        =       \
 all:
 
 
+#
+# Make library targets...
+#
+
+libs:
+
+
+#
+# Make unit tests...
+#
+
+unittests:
+
+
 #
 # Clean all config and object files...
 #
@@ -132,11 +149,12 @@ install-languages:
                if test -d $$lang; then \
                        $(INSTALL_DIR) -m 755 $(DATADIR)/templates/$$lang; \
                        for file in $(FILES); do \
-                               $(INSTALL_DATA) $$lang/$$file $(DATADIR)/templates/$$lang 2>/dev/null || true; \
+                               $(INSTALL_DATA) $$lang/$$file $(DATADIR)/templates/$$lang >/dev/null 2>&1 || true; \
                        done \
                fi \
        done
 
+install-langbundle:
 
 
 #
@@ -178,7 +196,9 @@ uninstall-languages:
                $(RMDIR) $(DATADIR)/templates/$$lang; \
        done
 
+uninstall-langbundle:
+
 
 #
-# End of "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $".
+# End of "$Id: Makefile 7940 2008-09-16 00:45:16Z mike $".
 #