--- wotsap-0.7.orig/Makefile
+++ wotsap-0.7/Makefile
@@ -0,0 +1,10 @@
+
+all:
+	make -C man
+
+clean:
+	rm -fr *~ core *.pyc
+	make -C man clean
+
+.PHONY: all clean
+
