aboutsummaryrefslogtreecommitdiffstats
path: root/doc/it/compila_originale.sh
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-04-12 13:06:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-04-12 13:06:01 +0300
commit3d3073c25712bb085b07357c7d35b70ce9063ded (patch)
tree7747ab0a87d555d95c458241b17393ec26bafb7e /doc/it/compila_originale.sh
parentaf0fb8e52be8abd796f4504f825879ca94f71ae8 (diff)
parentcaba861750571c86af1e80731f1a43dc96b47e95 (diff)
downloadegawk-3d3073c25712bb085b07357c7d35b70ce9063ded.tar.gz
egawk-3d3073c25712bb085b07357c7d35b70ce9063ded.tar.bz2
egawk-3d3073c25712bb085b07357c7d35b70ce9063ded.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'doc/it/compila_originale.sh')
-rwxr-xr-xdoc/it/compila_originale.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/it/compila_originale.sh b/doc/it/compila_originale.sh
new file mode 100755
index 00000000..06d53b93
--- /dev/null
+++ b/doc/it/compila_originale.sh
@@ -0,0 +1,16 @@
+
+#
+# builds the PDF version of the Gawk manual,
+# in the current directory
+#
+echo "Building the pdf version of the gawk manual"
+echo "in directory:"
+pwd
+echo "Beware, it can take a long time!"
+if [ -f "gawktexi.in" ]
+then
+ gawk -f sidebar.awk gawktexi.in >gawk.texi
+fi
+# just in case, drop previous Index
+rm -f gawk.cps gawk.cp gawk.aux gawk.fn gawk.ky gawk.log gawk.pg
+texi2pdf gawk.texi