t
This commit is contained in:
parent
0d379c0b25
commit
529dca616b
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ Go to `/var/www/groff-web/index.php`, here you can:
|
||||||
# groff settings
|
# groff settings
|
||||||
$groff = "/usr/bin/groff";
|
$groff = "/usr/bin/groff";
|
||||||
$comp = "$groff -ketpG -mspdf -Tpdf tmp/$uid.ms > tmp/$uid.pdf";
|
$comp = "$groff -ketpG -mspdf -Tpdf tmp/$uid.ms > tmp/$uid.pdf";
|
||||||
# In case you want to use an external
|
# In case you want to use an external script to compile with groff:
|
||||||
# script to compile with groff:
|
|
||||||
#$comp = "sh groff-compiler.sh";
|
#$comp = "sh groff-compiler.sh";
|
||||||
...
|
...
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue