fixed empty org/ibex/translators files
[org.ibex.core.git] / Makefile
index 5f0b4db..3e9ea9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -260,7 +260,9 @@ dist: compile
 propose-patch:
        @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/
        @(echo "To: patches@xwt.org";\
-        echo "Subject: "`grep -A2 \"New patches\" .darcspatch | tail -n 1 | cut -b 2-`;\
-        cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org
+        SUB=`grep -A2 New.patches .darcspatch | tail -n 1 | cut -b 2-`;\
+        echo "Subject: $$SUB";\
+        echo;\
+        cat .darcspatch) | cat > /tmp/foo #/usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org;
        @rm .darcspatch