瀏覽代碼

copy more files, depend on test

new-build-system
Jan Lehnardt 14 年之前
父節點
當前提交
3bd9feddb9
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. +3
    -4
      Makefile

+ 3
- 4
Makefile 查看文件

@@ -1,8 +1,7 @@
# Make mustaches

# make a release
# TODO depend on test
release: args tag build-wrappers
release: test args tag build-wrappers
@echo Done!

args:
@@ -30,8 +29,8 @@ build-wrappers:
git checkout $(version)
build/wrappers.sh $(version)
mkdir wrappers/mustache-$(version)
cp mustache.js wrappers/mustache-$(version)/
cp package.json wrappers/mustache-$(version)/
cp mustache.js package.json README.md LICENSE \
wrappers/mustache-$(version)/

git checkout gh-pages
mkdir ${version}


Loading…
取消
儲存