(dist-client): Get rid of unwanted subdirectory src/client.

(dist-client): Add include/proto.h and man/empire.6.
This commit is contained in:
Markus Armbruster 2006-01-22 16:07:09 +00:00
parent c105139375
commit 58bc018b53

View file

@ -276,7 +276,10 @@ dist-source: check-version
.PHONY: dist-client .PHONY: dist-client
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 .PHONY: dist-info
dist-info: info html dist-info: info html