Browse Source

sed -i 's/git-/git /g' Makefile

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
217b60a272
  1. 4
      Makefile

4
Makefile

@ -59,11 +59,11 @@ distclean: docclean
check:
@tools/waf-light check
VERSION=$(shell git-describe)
VERSION=$(shell git describe)
TARNAME=node-$(VERSION)
dist: doc/node.1 doc/api.html
git-archive --prefix=$(TARNAME)/ HEAD > $(TARNAME).tar
git archive --prefix=$(TARNAME)/ HEAD > $(TARNAME).tar
mkdir -p $(TARNAME)/doc
cp doc/node.1 $(TARNAME)/doc/node.1
cp doc/api.html $(TARNAME)/doc/api.html

Loading…
Cancel
Save