View | Details | Raw Unified | Return to bug 207181 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.am (-3 / +3 lines)
Lines 76-82 install-cups: install-bin Link Here
76
	${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_FILTERS)
76
	${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_FILTERS)
77
	${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_BACKENDS)
77
	${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_BACKENDS)
78
	ln -sf $(BINDIR)/foomatic-rip $(DESTDIR)$(CUPS_FILTERS)
78
	ln -sf $(BINDIR)/foomatic-rip $(DESTDIR)$(CUPS_FILTERS)
79
	${INSTALL} -m 755 beh $(DESTDIR)$(CUPS_BACKENDS)
79
	${INSTALL} -m 755 foomatic-beh $(DESTDIR)$(CUPS_BACKENDS)
80
80
81
install-ppr:	install-bin
81
install-ppr:	install-bin
82
	${SRC}/mkinstalldirs $(DESTDIR)$(PPR_INTERFACES)
82
	${SRC}/mkinstalldirs $(DESTDIR)$(PPR_INTERFACES)
Lines 102-108 install-man: Link Here
102
102
103
# Clean up the source directory
103
# Clean up the source directory
104
clean:	remove-trash
104
clean:	remove-trash
105
	rm -f *.o foomatic-rip foomatic-rip.1 beh 
105
	rm -f *.o foomatic-rip foomatic-rip.1 foomatic-beh 
106
	rm -f .testing-stamp stamp-h1
106
	rm -f .testing-stamp stamp-h1
107
	rm -f test/*.out
107
	rm -f test/*.out
108
108
Lines 140-146 uninstall-etc: Link Here
140
140
141
uninstall-cups:
141
uninstall-cups:
142
	rm -f $(DESTDIR)$(CUPS_FILTERS)/foomatic-rip
142
	rm -f $(DESTDIR)$(CUPS_FILTERS)/foomatic-rip
143
	rm -f $(DESTDIR)$(CUPS_BACKENDS)/beh
143
	rm -f $(DESTDIR)$(CUPS_BACKENDS)/foomatic-beh
144
	rmdir $(DESTDIR)$(CUPS_FILTERS) || :
144
	rmdir $(DESTDIR)$(CUPS_FILTERS) || :
145
	rmdir $(DESTDIR)$(CUPS_BACKENDS) || :
145
	rmdir $(DESTDIR)$(CUPS_BACKENDS) || :
146
	rmdir $(DESTDIR)$(CUPS) || :
146
	rmdir $(DESTDIR)$(CUPS) || :

Return to bug 207181