File: 11_Use_OpenJade.patch

package info (click to toggle)
libetpan 1.9.4-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,448 kB
  • sloc: ansic: 106,954; sh: 4,179; makefile: 646; cpp: 46
file content (28 lines) | stat: -rw-r--r-- 895 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
Description: Replace jade command with openjade
Author: Ricardo Mones <mones@debian.org>
Bug-Debian: https://bugs.debian.org/840485
Last-Update: 2024-12-09
Forwarded: not-needed

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,7 +33,7 @@
 
 # DSL = /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl
 DSL = /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl
-JADE = jade
+JADE = openjade
 HTML_RENDER = lynx -force_html -nolist -dump
 
 # FIXME: This needs more work.  CLEANFILES/DISTCLEANFILES need to be
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -384,7 +384,7 @@
 
 # DSL = /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl
 DSL = /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl
-JADE = jade
+JADE = openjade
 HTML_RENDER = lynx -force_html -nolist -dump
 
 # FIXME: This needs more work.  CLEANFILES/DISTCLEANFILES need to be