This commit is contained in:
tavo-wasd 2023-11-17 18:50:53 -06:00
parent 0d379c0b25
commit 529dca616b

View file

@ -51,8 +51,7 @@ Go to `/var/www/groff-web/index.php`, here you can:
# groff settings
$groff = "/usr/bin/groff";
$comp = "$groff -ketpG -mspdf -Tpdf tmp/$uid.ms > tmp/$uid.pdf";
# In case you want to use an external
# script to compile with groff:
# In case you want to use an external script to compile with groff:
#$comp = "sh groff-compiler.sh";
...
?>