File: texi2html.patch

package info (click to toggle)
python-xlib 0.33-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,040 kB
  • sloc: python: 23,022; awk: 89; makefile: 60; sh: 10
file content (16 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Andrej Shadura <andrew@shadura.me>
Subject: Use makeinfo instead of texi2html

Index: python-xlib/doc/html/Makefile
===================================================================
--- python-xlib.orig/doc/html/Makefile	2022-12-30 21:45:59.027404118 -0300
+++ python-xlib/doc/html/Makefile	2022-12-30 21:46:06.267491630 -0300
@@ -3,7 +3,7 @@
 include ../src/defs
 
 python-xlib_toc.html: $(SRCS)
-	texi2html --output=. --split=node --menu $(TOPSRC)
+	makeinfo --output=. --html --split=node $(TOPSRC)
 	ln -sf python-xlib_toc.html index.html
 
 clean: