Make distcheck pass
diff --git a/man/Makefile.am b/man/Makefile.am
index 376bde7..71d2073 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -9,3 +9,6 @@
 .man.1:
 	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
+EXTRA_DIST = weston.man
+
+CLEANFILES = $(man_MANS)
diff --git a/src/Makefile.am b/src/Makefile.am
index 8f0c48e..acc2415 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,6 @@
 weston_SOURCES =				\
 	git-version.h				\
 	log.c					\
-	log.h					\
 	compositor.c				\
 	compositor.h				\
 	filter.c				\