link to source file

This commit is contained in:
sejo 2021-07-27 22:09:43 -05:00
parent 8e4b27ce53
commit 93f2bd044b
1 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,10 @@ function nombre2Link( t, r ){ # convierte un nombre con espacios, a uno con r (e
END{
print ""
if(FILENAME != "tmp/home.gmo"){
print ""
sub("tmp/","",FILENAME)
if(FILENAME != "home.gmo"){
print "=> https://codeberg.org/sejo/compudanzas/src/branch/main/src/" FILENAME " source file"
print "most recent update on: 1" fecha
print "=> ./home.gmi {compudanzas}"
}