diff --git a/Makefile.am b/Makefile.am
index 68f6c024ec7fdf9b7580a1ce4d97ce315b4a4146..65908ff36aa25ca15e70fc72e86293089d2f7d9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ endif
 SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
 
 EXTRA_DIST = \
-	README CHANGES COPYING LICENSE \
+	README.md CHANGES COPYING LICENSE \
 	autogen.sh win32 macosx symbian SConstruct \
 	libtheora.spec libtheora.spec.in \
 	theora-uninstalled.pc.in
diff --git a/doc/spec/Makefile.am b/doc/spec/Makefile.am
index 1cebfd14df99cc86e05987b6c873d06a5059d207..6fcc7b9d26973532272cd5a844994515352f1028 100644
--- a/doc/spec/Makefile.am
+++ b/doc/spec/Makefile.am
@@ -5,6 +5,8 @@
 
 built_docs = Theora.pdf
 
+DISTCLEANFILES = $(built_docs)
+
 if BUILD_SPEC
 doc_DATA = $(built_docs)
 endif