Procházet zdrojové kódy

copy more files, depend on test

new-build-system
Jan Lehnardt před 14 roky
rodič
revize
3bd9feddb9
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. +3
    -4
      Makefile

+ 3
- 4
Makefile Zobrazit soubor

@@ -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}


Načítá se…
Zrušit
Uložit