ref: 1a6ae384ef04b6304e0c731e924f7b646ea08d47
parent: 702458ac82fed18aff23c50ca5a8986fe7c8ca86
	author: Timothy B. Terriberry <tterribe@xiph.org>
	date: Mon Nov 12 08:09:30 EST 2012
	
Fix the draft build. Makefile.draft got renamed to Makefile.unix in e91dfa0f, but build_draft.sh was not updated.
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -59,7 +59,7 @@
 cp -a "${toplevel}"/src/opus_demo.c "${destdir}"/src/ cp -a "${toplevel}"/src/opus_compare.c "${destdir}"/src/ cp -a "${toplevel}"/celt/opus_custom_demo.c "${destdir}"/celt/-cp -a "${toplevel}"/Makefile.draft "${destdir}"/Makefile+cp -a "${toplevel}"/Makefile.unix "${destdir}"/Makefile cp -a "${toplevel}"/opus_sources.mk "${destdir}"/ cp -a "${toplevel}"/celt_sources.mk "${destdir}"/ cp -a "${toplevel}"/silk_sources.mk "${destdir}"/--
⑨