From 95fcd65c91b6d5eb1d78ff0bd3192259f11339ab Mon Sep 17 00:00:00 2001 From: msweet Date: Mon, 1 Dec 2014 13:53:56 +0000 Subject: Don't install banner and self-test files (STR #4518) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12278 a1ca3aef-8c08-0410-bb20-df032aa958be --- data/Makefile | 25 +------------------------ data/classified | 6 ------ data/confidential | 6 ------ data/secret | 6 ------ data/standard | 6 ------ data/testprint.in | 7 ------- data/topsecret | 6 ------ data/unclassified | 6 ------ 8 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 data/classified delete mode 100644 data/confidential delete mode 100644 data/secret delete mode 100644 data/standard delete mode 100644 data/testprint.in delete mode 100644 data/topsecret delete mode 100644 data/unclassified (limited to 'data') diff --git a/data/Makefile b/data/Makefile index 4f7f68034..6bc4a197d 100644 --- a/data/Makefile +++ b/data/Makefile @@ -3,7 +3,7 @@ # # Datafile makefile for CUPS. # -# Copyright 2007-2011 by Apple Inc. +# Copyright 2007-2014 by Apple Inc. # Copyright 1993-2006 by Easy Software Products. # # These coded instructions, statements, and computer programs are the @@ -19,17 +19,6 @@ include ../Makedefs # Data files... # -BANNERS = \ - classified \ - confidential \ - secret \ - standard \ - topsecret \ - unclassified - -DATAFILES = \ - testprint - PPDCFILES = \ epson.h \ font.defs \ @@ -87,13 +76,7 @@ install: all install-data install-headers install-libs install-exec install-data: $(INSTALL_DIR) -m 755 $(DATADIR)/banners - for file in $(BANNERS); do \ - $(INSTALL_DATA) $$file $(DATADIR)/banners; \ - done $(INSTALL_DIR) -m 755 $(DATADIR)/data - for file in $(DATAFILES); do \ - $(INSTALL_DATA) $$file $(DATADIR)/data; \ - done $(INSTALL_DIR) -m 755 $(DATADIR)/model $(INSTALL_DIR) -m 755 $(DATADIR)/ppdc for file in $(PPDCFILES); do \ @@ -128,12 +111,6 @@ install-libs: # uninstall: - for file in $(BANNERS); do \ - $(RM) $(DATADIR)/banners/$$file; \ - done - for file in $(DATAFILES); do \ - $(RM) $(DATADIR)/data/$$file; \ - done for file in $(PPDCFILES); do \ $(RM) $(DATADIR)/ppdc/$$file; \ done diff --git a/data/classified b/data/classified deleted file mode 100644 index ca01a13b7..000000000 --- a/data/classified +++ /dev/null @@ -1,6 +0,0 @@ -#CUPS-BANNER -Show job-id job-name job-originating-user-name job-originating-host-name job-billing -Header Classified -Footer Classified -Image images/cups.png - diff --git a/data/confidential b/data/confidential deleted file mode 100644 index f1f0d854d..000000000 --- a/data/confidential +++ /dev/null @@ -1,6 +0,0 @@ -#CUPS-BANNER -Show job-id job-name job-originating-user-name job-originating-host-name job-billing -Header Confidential -Footer Confidential -Image images/cups.png - diff --git a/data/secret b/data/secret deleted file mode 100644 index 66a0e8a91..000000000 --- a/data/secret +++ /dev/null @@ -1,6 +0,0 @@ -#CUPS-BANNER -Show job-id job-name job-originating-user-name job-originating-host-name job-billing -Header Secret -Footer Secret -Image images/cups.png - diff --git a/data/standard b/data/standard deleted file mode 100644 index 31c68a08e..000000000 --- a/data/standard +++ /dev/null @@ -1,6 +0,0 @@ -#CUPS-BANNER -Show job-id job-name job-originating-user-name job-originating-host-name job-billing -Header Cover Page -Footer Cover Page -Image images/cups.png - diff --git a/data/testprint.in b/data/testprint.in deleted file mode 100644 index 8cee3ab4f..000000000 --- a/data/testprint.in +++ /dev/null @@ -1,7 +0,0 @@ -#CUPS-BANNER -Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area -Header Printer Test Page -Footer Printer Test Page -Notice CUPS @CUPS_VERSION@. -Image images/cups.png -Image images/color-wheel.png diff --git a/data/topsecret b/data/topsecret deleted file mode 100644 index d2b87fabb..000000000 --- a/data/topsecret +++ /dev/null @@ -1,6 +0,0 @@ -#CUPS-BANNER -Show job-id job-name job-originating-user-name job-originating-host-name job-billing -Header Top Secret -Footer Top Secret -Image images/cups.png - diff --git a/data/unclassified b/data/unclassified deleted file mode 100644 index 2d1a7d0f9..000000000 --- a/data/unclassified +++ /dev/null @@ -1,6 +0,0 @@ -#CUPS-BANNER -Show job-id job-name job-originating-user-name job-originating-host-name job-billing -Header Unclassified -Footer Unclassified -Image images/cups.png - -- cgit v1.2.1