syncevolution/build/export-gdbus.sh
Patrick Ohly 529a39e4e5 export-gdbus.sh: fixed incorrect comment
The comment documented the behavior of import-gdbus.sh (cut-and-paste
error).
2010-02-10 11:46:57 +01:00

22 lines
559 B
Bash
Executable file

#! /bin/sh
#
# Run this inside the top level of a clean
# syncevolution git repository. Pass the path
# to a gdbus repository (default: ../libgdbus).
#
# The script generates .patch files for all changes
# made in the current branch to files which are
# shared with gdbus. The resulting files can
# be imported with "git am".
set -e
set -x
`dirname $0`/export-foreign-git.sh "${1:-../libgdbus}" src src/gdbus \
src/gdbus/debug.c \
src/gdbus/debug.h \
src/gdbus/gdbus.h \
src/gdbus/mainloop.c \
src/gdbus/object.c \
src/gdbus/watch.c