summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 251b4a2..f70d2ff 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
# Makefile to install foomatic-filters
-# $Revision: 3.4.2.5 $
+# $Revision: 3.4.2.6 $
# PREFIX defaults to /usr/local for manually installed progs, so that they
# are not messed up on a system upgrade.
@@ -34,6 +34,7 @@ INSTALL=@INSTALL@
# Paths for CUPS
CUPS=@CUPS@
CUPS_FILTERS=@CUPS_FILTERS@
+CUPS_BACKENDS=@CUPS_BACKENDS@
# Paths for PPR
PPR=@PPR@
@@ -47,7 +48,7 @@ DESTDIR=
# Files generated by the AC_OUTPUT call of "./configure"
AC_OUTPUT_FILES:=Makefile makeMan foomatic-gswrapper \
- foomatic-rip
+ foomatic-rip beh
# User programs and helper programs
BINFILES:=foomatic-gswrapper foomatic-rip
@@ -74,7 +75,9 @@ check-config:
install-cups: check-config
${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_FILTERS)
+ ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_BACKENDS)
ln -sf $(BINDIR)/foomatic-rip $(DESTDIR)$(CUPS_FILTERS)
+ ${INSTALL} -m 755 beh $(DESTDIR)$(CUPS_BACKENDS)
install-ppr: check-config
${SRC}/mkinstalldirs $(DESTDIR)$(PPR_INTERFACES)
@@ -100,7 +103,7 @@ install-man: check-config
# cp -f *.8 $(DESTDIR)$(MANDIR)/man8
build: man
- chmod a+rx foomatic-rip foomatic-gswrapper
+ chmod a+rx foomatic-rip foomatic-gswrapper beh
man:
chmod a+rx ./makeMan
@@ -156,7 +159,9 @@ uninstall-etc: check-config
uninstall-cups: check-config
rm -f $(DESTDIR)$(CUPS_FILTERS)/foomatic-rip
+ rm -f $(DESTDIR)$(CUPS_BACKENDS)/beh
rmdir $(DESTDIR)$(CUPS_FILTERS) || :
+ rmdir $(DESTDIR)$(CUPS_BACKENDS) || :
rmdir $(DESTDIR)$(CUPS) || :
uninstall-ppr: check-config