Index: branches/pyyaml3000/Makefile
===================================================================
--- branches/pyyaml3000/Makefile	(revision 48)
+++ branches/pyyaml3000/Makefile	(revision 59)
@@ -1,4 +1,4 @@
 
-.PHONY: default build force install test clean
+.PHONY: default build force install test dist-src clean
 
 PYTHON=/usr/bin/python
@@ -18,4 +18,7 @@
 	${PYTHON} tests/test_build.py ${TEST}
 
+dist-src:
+	${PYTHON} setup.py sdist --formats=zip,gztar
+
 clean:
 	${PYTHON} setup.py clean -a
