Skip to content

Commit

Permalink
sed -i 's/git-/git /g' Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 17, 2010
1 parent 0314a10 commit 217b60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 217b60a

Please sign in to comment.