X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/47cc12ccbdff47f9863bd0169f1cb5e4bcd4cc94..0ef0677af2bf0524273dc9867fad510a84e61099:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index c9bafd4..c61d490 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,13 @@ # $Id$ # -help: - @echo Ejecute \'make init\' para inicializar el repositorio. - @echo Ejecute \'make clean-readme\' para borrar los archivos README. +code: + @cd doc && xmi2code + @cd doc/local_lib && xmi2code + +code-clean: + @find lib -name '*.bak' | xargs rm -fv + @find sistema/local_lib -name '*.bak' | xargs rm -fv clean-readme: find -name README | xargs svn rm - -init: - @./init.sh - @rm -fv init.sh