From b026a8428446b2a52743f015115d7c7764accc9d Mon Sep 17 00:00:00 2001 From: sejo Date: Thu, 20 May 2021 16:53:10 -0500 Subject: =?UTF-8?q?genera=20=C3=ADndice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generasitio.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'generasitio.sh') diff --git a/generasitio.sh b/generasitio.sh index 3e51652..ef3ec66 100755 --- a/generasitio.sh +++ b/generasitio.sh @@ -16,6 +16,11 @@ echo "limpiando archivos previos..." rm web/*html rm gem/*gmi +# crea índice +echo "generando índice..." +rm src/indice.gmo +ls src/*gmo | awk -f genindice.awk > src/indice.gmo + echo "revisando y convirtiendo archivimos gmo a html y gmi..." orig=$(date +"%s" -d "1989-07-27") -- cgit v1.2.3