File: secure-upstream-doc.patch

package info (click to toggle)
tth 4.16%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,676 kB
  • sloc: xml: 291; makefile: 173; ansic: 131; sh: 64
file content (17 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
secure TeX and its friends
--- a/manual/makefile
+++ b/manual/makefile
@@ -1,4 +1,4 @@
-LATEX=latex
+LATEX=latex -no-shell-escape
 TTH=../tth -a
 # If latex is not installed, try the following fall-back:
 #LATEX=echo
--- a/manual/split/makefile
+++ b/manual/split/makefile
@@ -1,4 +1,4 @@
-LATEX=latex
+LATEX=latex -no-shell-escape
 TTH=../../tth -a
 # If latex is not installed, try the following fall-back:
 #LATEX=echo