Also ship doc/docbook.sh and config.sh

This commit is contained in:
Pierre Pronchery 2013-12-22 00:54:07 +01:00
parent 23382527c9
commit c81e120ae1
3 changed files with 4 additions and 2 deletions

View File

@ -22,10 +22,12 @@ dist:
$(LN) -s -- . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \
$(PACKAGE)-$(VERSION)/doc/Makefile \
$(PACKAGE)-$(VERSION)/doc/docbook.sh \
$(PACKAGE)-$(VERSION)/doc/manual/manual.xml \
$(PACKAGE)-$(VERSION)/doc/manual/manual.xsl \
$(PACKAGE)-$(VERSION)/doc/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/config.sh \
$(PACKAGE)-$(VERSION)/project.conf
$(RM) -- $(PACKAGE)-$(VERSION)

View File

@ -1,5 +1,5 @@
targets=manual/manual.html
dist=Makefile,manual/manual.xml,manual/manual.xsl
dist=Makefile,docbook.sh,manual/manual.xml,manual/manual.xsl
[manual/manual.html]
type=script

View File

@ -3,4 +3,4 @@ version=0.0.0
config=sh
subdirs=doc
dist=Makefile
dist=Makefile,config.sh