diff options
author | Antonio Giovanni Colombo <azc100@gmail.com> | 2021-04-01 17:28:40 +0200 |
---|---|---|
committer | Antonio Giovanni Colombo <azc100@gmail.com> | 2021-04-01 17:28:40 +0200 |
commit | ebb1fd66e4ca2949591872cd70d4cb8c5d580a07 (patch) | |
tree | f1058aff7b963c68e3838443c8233d7851d41988 /doc/it/genera_formati.sh | |
parent | a930acddf5416afee15f3582f52fd3aa8855fb22 (diff) | |
download | egawk-ebb1fd66e4ca2949591872cd70d4cb8c5d580a07.tar.gz egawk-ebb1fd66e4ca2949591872cd70d4cb8c5d580a07.tar.bz2 egawk-ebb1fd66e4ca2949591872cd70d4cb8c5d580a07.zip |
Modifications to gawktexi.in 3 new modules
Diffstat (limited to 'doc/it/genera_formati.sh')
-rwxr-xr-x | doc/it/genera_formati.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/it/genera_formati.sh b/doc/it/genera_formati.sh new file mode 100755 index 00000000..66540f2e --- /dev/null +++ b/doc/it/genera_formati.sh @@ -0,0 +1,13 @@ +: +# questo script, eseguito in questa directory +# genera tutti i formati della documentazione gawk +# che si possono ricavare a partire +# da gawktexi.in, nella directory ./manual +# +# dapprima si prepara il file di input (gawk.texi) +# +awk -f sidebar.awk < gawktexi.in > gawk.texi +# +# poi si invoca lo script che genera i vari formati +# +./gendocs.sh gawk gawk |