wacom: Move update-from-gsd.sh to root

This commit is contained in:
Bastien Nocera 2012-04-19 11:50:58 +01:00
parent eeed45ff81
commit 69b5afd9fe
2 changed files with 2 additions and 2 deletions

View file

@ -83,8 +83,8 @@ WACOMFILES=gsd-wacom-device.c gsd-wacom-device.h
COMMONDIR=$(top_srcdir)/../gnome-settings-daemon/plugins/common/
COMMONFILES=gsd-input-helper.c gsd-input-helper.h
update-from-gsd:
FILES="$(WACOMFILES)" DIR="$(WACOMDIR)" $(srcdir)/update-from-gsd.sh && changed=true ; \
FILES="$(COMMONFILES)" DIR="$(COMMONDIR)" $(srcdir)/update-from-gsd.sh && changed=true ; \
FILES="$(WACOMFILES)" DIR="$(WACOMDIR)" $(top_srcdir)/update-from-gsd.sh && changed=true ; \
FILES="$(COMMONFILES)" DIR="$(COMMONDIR)" $(top_srcdir)/update-from-gsd.sh && changed=true ; \
git commit -m "wacom: Update from gnome-settings-daemon" $(WACOMFILES) $(COMMONFILES)
CLEANFILES = $(Desktop_in_files) $(desktop_DATA)