Explorar el Código

fix move

new-build-system
Jan Lehnardt hace 14 años
padre
commit
e718dd5b1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -36,7 +36,7 @@ build-wrappers:
cd wrappers; \
tar czf mustache-$(version).tar.gz mustache-$(version); \
cd ..
mv mustache-$(version).tar.gz wrappers/mustache-$(version)/
mv wrappers/mustache-$(version).tar.gz wrappers/mustache-$(version)/

git checkout gh-pages
mkdir ${version}


Cargando…
Cancelar
Guardar