use makeinfo instead of texi2html

Gbp-Pq: Name texi2html.patch
This commit is contained in:
Andrew Shadura 2022-05-14 03:49:02 +08:00 committed by openKylinBot
parent 6fd163a36d
commit f2a9756e2e
1 changed files with 1 additions and 1 deletions

View File

@ -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: