X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=templates%2FMakefile;h=59720bd686f989f57f86fa371c5773de89d580ba;hp=34712e5b43752b795dbc348ad98d288cd0d75c57;hb=e310189747c161ac6e737eedadf8f45d11bf2253;hpb=5f64df29828e9ca71164342efd357e9debfb6e44 diff --git a/templates/Makefile b/templates/Makefile index 34712e5b4..59720bd68 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -1,16 +1,10 @@ # -# "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $" +# Template makefile for CUPS. # -# Template makefile for the Common UNIX Printing System (CUPS). +# Copyright 2007-2017 by Apple Inc. +# Copyright 1993-2007 by Easy Software Products. # -# Copyright 2007-2008 by Apple Inc. -# Copyright 1993-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/". +# Licensed under Apache License v2.0. See the file "LICENSE" for more information. # include ../Makedefs @@ -22,13 +16,13 @@ include ../Makedefs FILES = \ add-class.tmpl \ add-printer.tmpl \ - add-rss-subscription.tmpl \ admin.tmpl \ choose-device.tmpl \ choose-make.tmpl \ choose-model.tmpl \ choose-serial.tmpl \ choose-uri.tmpl \ + class.tmpl \ class-added.tmpl \ class-confirm.tmpl \ class-deleted.tmpl \ @@ -36,11 +30,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 +47,6 @@ FILES = \ jobs.tmpl \ jobs-header.tmpl \ list-available-printers.tmpl \ - maintenance.tmpl \ modify-class.tmpl \ modify-printer.tmpl \ norestart.tmpl \ @@ -62,15 +57,16 @@ FILES = \ option-pickone.tmpl \ option-trailer.tmpl \ pager.tmpl \ + printer.tmpl \ printer-accept.tmpl \ printer-added.tmpl \ + printer-cancel-jobs.tmpl \ printer-configured.tmpl \ printer-confirm.tmpl \ printer-default.tmpl \ printer-deleted.tmpl \ printer-jobs-header.tmpl \ printer-modified.tmpl \ - printer-purge.tmpl \ printer-reject.tmpl \ printer-start.tmpl \ printer-stop.tmpl \ @@ -82,8 +78,6 @@ FILES = \ search.tmpl \ set-printer-options-header.tmpl \ set-printer-options-trailer.tmpl \ - subscription-added.tmpl \ - subscription-canceled.tmpl \ test-page.tmpl \ trailer.tmpl \ users.tmpl @@ -146,11 +140,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: # @@ -192,7 +187,4 @@ uninstall-languages: $(RMDIR) $(DATADIR)/templates/$$lang; \ done - -# -# End of "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $". -# +uninstall-langbundle: