File: debian-mkht.diff

package info (click to toggle)
tex4ht 20011214-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,272 kB
  • ctags: 992
  • sloc: xml: 17,548; ansic: 9,389; makefile: 129; sh: 43; sed: 8
file content (62 lines) | stat: -rw-r--r-- 1,452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
*** all4ht/mkht.4ht	Sun Dec 16 13:23:37 2001
--- ../scripts/mkht.4ht	Fri Dec 21 20:17:31 2001
***************
*** 19,24 ****
--- 19,27 ----
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  \immediate\write-1{version 2001-04-25-00:01}
  
+ \message{New 'Debian shell scripts' code for Debian tex4ht, 2001-12-21}
+ \message{Andrew Gray, ajpg@debian.org (www.debian.org for Debian)}
+ 
  
  \def\exit{\documentclass{article}\begin{document}\end{document}\endinput}
  \bgroup
***************
*** 45,54 ****
--- 48,72 ----
  
  \tableofcontents
  
+ \section{Debian alterations}
+ I've added in the following code snippet into the top of all the script files
+ generated by this file (and mkht-scripts.4ht), so that the scripts themselves
+ can be put into a separate directory, /usr/share/tex4ht.
+ 
+ \<Debian shell scripts\><<<
+ #!/bin/sh
+ if command -v xhtex > /dev/null 2>&1 ; then
+   true
+ else
+   export PATH=/usr/share/tex4ht:$PATH
+ fi
+ >>>
+ 
  \section{LaTeX}
  
  
  \<htlatex ...\><<<
+ |<Debian shell scripts|>
          |<latex|>
          |<latex|>
          |<latex|>
***************
*** 172,177 ****
--- 190,196 ----
  \section{TeX}
  
  \<httex...\><<<
+ |<Debian shell scripts|>
          |<tex|>
          |<tex|>
          |<tex|>
***************
*** 201,206 ****
--- 220,226 ----
  texinfo.tex file.
  
  \<httexi...\><<<
+ |<Debian shell scripts|>
          |<texinfo|>
          |<texinfo|>
          |<texinfo|>