Skip to content
Snippets Groups Projects
Commit 5dddfbcf authored by carlocamilloni's avatar carlocamilloni
Browse files

[makedoc]

parent 9fc2dbef
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ awk 'BEGIN{gfile="automatic/GLOSSARY.list"; dfile="automatic/DICTIONARY.list"; } ...@@ -121,7 +121,7 @@ awk 'BEGIN{gfile="automatic/GLOSSARY.list"; dfile="automatic/DICTIONARY.list"; }
split($2,array,"_"); split($2,array,"_");
if(lfile!="") close(lfile) if(lfile!="") close(lfile)
lfile="automatic/"array[2]"_OTHERMODULES.list" lfile="automatic/"array[2]"_OTHERMODULES.list"
printf "<tr> <td width=%s> \\ref %s </td><td> (from %s module) ","5%", $3 ,array[1] >> lfile printf "<tr> <td width=%s> \\ref %s </td><td> (from \\ref %s module) ","5%", $3 ,array[1] >> lfile
if(afile!="") close(afile) if(afile!="") close(afile)
afile="automatic/ADDITIONALMODULES.list" afile="automatic/ADDITIONALMODULES.list"
cmd="grep description: " array[1]".md | sed -e 's/description://'" cmd="grep description: " array[1]".md | sed -e 's/description://'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment