Also ship config.sh
This commit is contained in:
parent
2769f5a192
commit
ff2227ad07
1
Makefile
1
Makefile
|
@ -45,6 +45,7 @@ dist:
|
||||||
$(PACKAGE)-$(VERSION)/tools/project.conf \
|
$(PACKAGE)-$(VERSION)/tools/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/Makefile \
|
$(PACKAGE)-$(VERSION)/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/config.h \
|
$(PACKAGE)-$(VERSION)/config.h \
|
||||||
|
$(PACKAGE)-$(VERSION)/config.sh \
|
||||||
$(PACKAGE)-$(VERSION)/project.conf
|
$(PACKAGE)-$(VERSION)/project.conf
|
||||||
$(RM) -- $(PACKAGE)-$(VERSION)
|
$(RM) -- $(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ version=0.0.1
|
||||||
|
|
||||||
subdirs=data,doc,po,src,tools
|
subdirs=data,doc,po,src,tools
|
||||||
config=h,sh
|
config=h,sh
|
||||||
dist=Makefile,config.h
|
dist=Makefile,config.h,config.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user