Install sane-style.rc to $(sanedatadir) where it can be found by the frontends

(from Andrea Suatoni <a.suatoni@telefonica.net>).
33-incorporate-downstream-patches
Henning Geinitz 2003-01-05 18:45:39 +00:00
rodzic 6e352478f6
commit f75fcf6d17
2 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,9 @@
2003-01-05 Henning Meier-Geinitz <henning@meier-geinitz.de>
* src/Makefile.in: Install sane-style.rc to $(sanedatadir) where
it can be found by the frontends (from Andrea Suatoni
<a.suatoni@telefonica.net>).
2002-12-30 Henning Meier-Geinitz <henning@meier-geinitz.de>
* src/gtkglue.c src/xscanimage.c: Use a scrollbar if the options

Wyświetl plik

@ -83,14 +83,14 @@ install: $(PROGRAMS)
$(DESTDIR)$(bindir)/$${program}; \
done
$(INSTALL_DATA) $(srcdir)/sane-style.rc \
$(DESTDIR)$(datadir)/sane-style.rc
$(DESTDIR)$(sanedatadir)/sane-style.rc
uninstall:
@for program in $(BINPROGS); do \
echo removing $(bindir)/$${program}...; \
rm -f $(bindir)/$${program}; \
done
rm -f $(datadir)/sane-style.rc
rm -f $(sanedatadir)/sane-style.rc
xscanimage: $(XSCANIMAGE_OBJS) $(LIBSANEI) $(LIBLIB)
$(LINK) $(XSCANIMAGE_OBJS) $(LIBSANEI) \