]> git.llucax.com Git - mecon/intranet.git/commitdiff
Se borran archivos obsoletos.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 28 Jan 2004 15:49:38 +0000 (15:49 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 28 Jan 2004 15:49:38 +0000 (15:49 +0000)
Makefile [deleted file]
init.sh [deleted file]
tmp [deleted file]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index c9bafd4..0000000
--- a/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Makefile general.
-#
-# $Id$
-#
-
-help:
-       @echo Ejecute \'make init\' para inicializar el repositorio.
-       @echo Ejecute \'make clean-readme\' para borrar los archivos README.
-
-clean-readme:
-       find -name README | xargs svn rm
-
-init:
-       @./init.sh
-       @rm -fv init.sh
diff --git a/init.sh b/init.sh
deleted file mode 100755 (executable)
index 86e3209..0000000
--- a/init.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-# Inicialización del repositorio
-#
-# $Id$
-#
-
-read -p 'Nombre del sistema: ' SISTEMA
-read -p 'Nombre y e-mail del autor (ej: Martín Caradagián <mcara@mecon.gov.ar>): ' AUTOR
-cat doc/xmi2code.config | awk "{ gsub(\"<FECHA>\", \"`date`\"); gsub(\"<SISTEMA>\", \"$SISTEMA\"); gsub(\"<AUTOR>\", \"$AUTOR\"); print }" > tmp
-cat tmp > doc/xmi2code.config
-cat doc/xmi2code.tpl.php | awk "{ gsub(\"<SISTEMA>\", \"$SISTEMA\"); gsub(\"<AUTOR>\", \"$AUTOR\"); print }" > tmp
-cat tmp > doc/xmi2code.tpl.php
-echo "Por favor edite los archivos doc/xmi2code.config y doc/xmi2code.tpl.php para ver que este todo bien..."
-vim -o doc/xmi2code.config doc/xmi2code.tpl.php
-
diff --git a/tmp b/tmp
deleted file mode 100644 (file)
index e471654..0000000
--- a/tmp
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-// +--------------------------------------------------------------------+
-// |                      Ministerio de Economía                        |
-// |                             Intranet                              |
-// +--------------------------------------------------------------------+
-// | This file is part of Intranet.                                    |
-// |                                                                    |
-// | Intranet is free software; you can redistribute it and/or modify  |
-// | it under the terms of the GNU General Public License as published  |
-// | by the Free Software Foundation; either version 2 of the License,  |
-// | or (at your option) any later version.                             |
-// |                                                                    |
-// | Intranet is distributed in the hope that it will be useful, but   |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of         |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
-// | General Public License for more details.                           |
-// |                                                                    |
-// | You should have received a copy of the GNU General Public License  |
-// | along with Hooks; if not, write to the Free Software Foundation,   |
-// | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
-// +--------------------------------------------------------------------+
-// | Creado: @@date                                   |
-// | Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                                                    |
-// +--------------------------------------------------------------------+
-//
-// $Id: xmi2code.tpl.php 1 2003-06-20 22:27:47Z llucar $
-//