File: add_scripts_sh.diff

package info (click to toggle)
tex4ht 20080701-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 41,280 kB
  • ctags: 2,625
  • sloc: ansic: 12,111; java: 2,991; sh: 922; perl: 346; makefile: 113
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: tex4ht-1.0.2006_04_01_2140/src/scripts.sh
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tex4ht-1.0.2006_04_01_2140/src/scripts.sh	2006-04-06 18:37:55.000000000 +0530
@@ -0,0 +1,7 @@
+#!/bin/sh
+if command -v xhtex > /dev/null 2>&1 ; then
+  true
+else
+  export PATH=/usr/share/tex4ht:$PATH
+fi
+