índice por orden de actualización

This commit is contained in:
sejo 2021-06-07 20:22:33 -05:00
parent 6f080ac12c
commit 5ab224e662
2 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,7 @@ rm gem/*gmi
# crea índice
echo "generando índice..."
rm src/indice.gmo
ls src/*gmo | awk -f genindice.awk > src/indice.gmo
ls -t src/*gmo | awk -f genindice.awk > src/indice.gmo
echo "revisando y convirtiendo archivimos gmo a html y gmi..."

View File

@ -9,6 +9,8 @@ function link2nombre( t ){ # convierte un nombre con "_" a uno con espacios
BEGIN{
print "# índice de páginas"
print
print "modificadas recientemente, arriba"
print
}
{