summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-26 21:39:43 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-26 21:39:43 +0000
commitfa73b22906f71080fa5056485d8204612717adac (patch)
treef2f23b68c20d1fc9a85301527690aca5efa382df /data/Makefile
parent4a09f02d10d679af0b04d36c25f0dcb518e432a4 (diff)
downloadcups-fa73b22906f71080fa5056485d8204612717adac.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@13 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/Makefile b/data/Makefile
index bf9e47d18..60383a958 100644
--- a/data/Makefile
+++ b/data/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 4494 2005-02-18 02:18:11Z mike $"
+# "$Id: Makefile 4950 2006-01-19 16:07:57Z mike $"
#
# Datafile makefile for the Common UNIX Printing System (CUPS).
#
@@ -136,7 +136,7 @@ clean:
# Install files...
#
-install:
+install: all
$(INSTALL_DIR) $(DATADIR)/banners
for file in $(BANNERS); do \
$(INSTALL_DATA) $$file $(DATADIR)/banners; \
@@ -153,8 +153,9 @@ install:
for file in $(DATAFILES); do \
$(INSTALL_DATA) $$file $(DATADIR)/data; \
done
+ $(INSTALL_DIR) $(DATADIR)/profiles
#
-# End of "$Id: Makefile 4494 2005-02-18 02:18:11Z mike $".
+# End of "$Id: Makefile 4950 2006-01-19 16:07:57Z mike $".
#