From e44320fdaacd271df7caa9a31e1e95feb8ada121 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 27 Sep 2012 00:14:01 +0200 Subject: [PATCH] build: build an empty changelog if not available --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b79bcfaf..65bd2431 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,9 @@ DIST_SUBDIRS = $(SUBDIRS) libevent dist_doc_DATA = README.md NEWS doc_DATA = ChangeLog +ChangeLog: + # If not present, just ship an empty one + touch $@ # Build changelog from git history dist-hook: $(distdir)/ChangeLog -- 2.47.2