diff --git a/po/POTFILES.in b/po/POTFILES.in index 1f37e708..5e41f05d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,2 +1 @@ -services/nm/nmclient.py sugar/chat/ChatEditor.py diff --git a/shell/hardware/Makefile.am b/shell/hardware/Makefile.am index 2fad769c..a3339a6c 100644 --- a/shell/hardware/Makefile.am +++ b/shell/hardware/Makefile.am @@ -8,3 +8,5 @@ sugar_PYTHON = \ dbusservicedir = $(sysconfdir)/dbus-1/system.d/ dbusservice_DATA = NetworkManagerInfo.conf + +EXTRA_DIST = $(dbusservice_DATA) diff --git a/tools/build-snapshot.sh b/tools/build-snapshot.sh index aaca040e..1fe49888 100755 --- a/tools/build-snapshot.sh +++ b/tools/build-snapshot.sh @@ -1,6 +1,6 @@ VERSION=0.63 DATE=`date +%Y%m%d` -RELEASE=2.22 +RELEASE=2.23 TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2 rm sugar-$VERSION.tar.bz2