summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 1698bd44a..264dc1b4d 100644
--- a/Makefile
+++ b/Makefile
@@ -314,22 +314,15 @@ sloc:
EPMFLAGS = -v --output-dir dist $(EPMARCH)
-bsd deb pkg slackware:
+bsd deb epm pkg rpm slackware:
epm $(EPMFLAGS) -f $@ cups packaging/cups.list
-epm:
- epm $(EPMFLAGS) -s packaging/installer.gif cups packaging/cups.list
-
-rpm:
- epm $(EPMFLAGS) -f rpm -s packaging/installer.gif cups packaging/cups.list
-
.PHONEY: dist
dist: all
$(RM) -r dist
$(MAKE) $(MFLAGS) epm
case `uname` in \
*BSD*) $(MAKE) $(MFLAGS) bsd;; \
- Darwin*) $(MAKE) $(MFLAGS) osx;; \
Linux*) test ! -x /usr/bin/rpm || $(MAKE) $(MFLAGS) rpm;; \
SunOS*) $(MAKE) $(MFLAGS) pkg;; \
esac