build: add write bit to manual page file in distribution file * Makefile.am (hello.1): Extracted distribution package should be removable without --force option. Reported by Benno Schulenberg.
diff --git a/Makefile.am b/Makefile.am line changes: +1/-0 index 4d44084..dcaf61a --- a/Makefile.am +++ b/Makefile.am
@@ -111,6 +111,7 @@ include $(top_srcdir)/lib/local.mk include $(top_srcdir)/doc/local.mk dist-hook: gen-ChangeLog + chmod u+w $(distdir)/$(man_MANS) gen_start_date = 2011-12-17 .PHONY: gen-ChangeLog