(dist-client): Get rid of unwanted subdirectory src/client.
(dist-client): Add include/proto.h and man/empire.6.
This commit is contained in:
parent
c105139375
commit
58bc018b53
1 changed files with 4 additions and 1 deletions
5
Make.mk
5
Make.mk
|
@ -276,7 +276,10 @@ dist-source: check-version
|
|||
|
||||
.PHONY: dist-client
|
||||
dist-client:
|
||||
$(tarball) $(TARNAME)-client-$(VERSION) -C $(srcdir) $(filter src/client/%, $(src))
|
||||
$(tarball) $(TARNAME)-client-$(VERSION) \
|
||||
-C $(srcdir)/src/client $(notdir $(filter src/client/%, $(src))) \
|
||||
-C $(srcdir)/include proto.h \
|
||||
-C $(srcdir)/man empire.6
|
||||
|
||||
.PHONY: dist-info
|
||||
dist-info: info html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue