kopia lustrzana https://gitlab.com/sane-project/frontends
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
rodzic
6e352478f6
commit
f75fcf6d17
|
@ -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
|
||||
|
|
|
@ -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) \
|
||||
|
|
Ładowanie…
Reference in New Issue