summaryrefslogtreecommitdiff
path: root/templates/Makefile
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-04 15:56:42 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-04 15:56:42 +0000
commit4744bd907e6750c26bba4354d986e342406147ca (patch)
tree1dee14bb6163fc453ebe124dee65155384b46ad6 /templates/Makefile
parentb423cd4cb9fa8cf030cc046a59c28196f3edf6b4 (diff)
downloadcups-4744bd907e6750c26bba4354d986e342406147ca.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@75 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'templates/Makefile')
-rw-r--r--templates/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/Makefile b/templates/Makefile
index 1dcfcb2bf..8eded7d39 100644
--- a/templates/Makefile
+++ b/templates/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 5156 2006-02-23 04:24:32Z mike $"
+# "$Id: Makefile 5222 2006-03-03 18:57:56Z mike $"
#
# Template makefile for the Common UNIX Printing System (CUPS).
#
@@ -50,6 +50,7 @@ FILES = \
error-op.tmpl \
header.tmpl \
help-header.tmpl \
+ help-printable.tmpl \
job-cancel.tmpl \
job-hold.tmpl \
job-move.tmpl \
@@ -119,7 +120,7 @@ install: all
for lang in $(LANGUAGES); do \
$(INSTALL_DIR) -m 755 $(DATADIR)/templates/$$lang; \
for file in $(FILES); do \
- if test -e $$lang/$$file; then \
+ if test -f $$lang/$$file; then \
$(INSTALL_DATA) $$lang/$$file $(DATADIR)/templates/$$lang; \
fi \
done \
@@ -127,5 +128,5 @@ install: all
#
-# End of "$Id: Makefile 5156 2006-02-23 04:24:32Z mike $".
+# End of "$Id: Makefile 5222 2006-03-03 18:57:56Z mike $".
#