Skip to content

Commit ff2227a

Browse files
committed
Also ship config.sh
1 parent 2769f5a commit ff2227a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dist:
4545
$(PACKAGE)-$(VERSION)/tools/project.conf \
4646
$(PACKAGE)-$(VERSION)/Makefile \
4747
$(PACKAGE)-$(VERSION)/config.h \
48+
$(PACKAGE)-$(VERSION)/config.sh \
4849
$(PACKAGE)-$(VERSION)/project.conf
4950
$(RM) -- $(PACKAGE)-$(VERSION)
5051

project.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ version=0.0.1
33

44
subdirs=data,doc,po,src,tools
55
config=h,sh
6-
dist=Makefile,config.h
6+
dist=Makefile,config.h,config.sh

0 commit comments

Comments
 (0)