X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/bca90c1a111a671e0942396298391d63ace203ac..6794c0f243f8f4843d94202d5015b0e9bd4ef547:/Makefile diff --git a/Makefile b/Makefile index 8f8096a..129f678 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,8 @@ # $Id$ # -help: - @echo Ejecute \'make init\' para inicializar el repositorio. - @echo Ejecute \'make clean-readme\' para borrar los archivos README. +code: + @cd doc && xmi2code clean-readme: find -name README | xargs svn rm - -init: - @./init.sh - @svn rm init.sh