From: Vincent Bernat Date: Wed, 26 Sep 2012 22:14:01 +0000 (+0200) Subject: build: build an empty changelog if not available X-Git-Tag: 0.7.0~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e44320fdaacd271df7caa9a31e1e95feb8ada121;p=thirdparty%2Flldpd.git build: build an empty changelog if not available --- 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