X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/47cc12ccbdff47f9863bd0169f1cb5e4bcd4cc94..6794c0f243f8f4843d94202d5015b0e9bd4ef547:/Makefile diff --git a/Makefile b/Makefile index c9bafd4..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 - @rm -fv init.sh