From ff2227ad07ec14c21b7cc0eaafebf191e7dec6d9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 4 Mar 2013 21:25:00 +0100 Subject: [PATCH] Also ship config.sh --- Makefile | 1 + project.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5bad28..3327183 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ dist: $(PACKAGE)-$(VERSION)/tools/project.conf \ $(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/config.h \ + $(PACKAGE)-$(VERSION)/config.sh \ $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) diff --git a/project.conf b/project.conf index 63073ee..c916525 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.1 subdirs=data,doc,po,src,tools config=h,sh -dist=Makefile,config.h +dist=Makefile,config.h,config.sh