Skip to content

Commit 0925e02

Browse files
committed
doc: don't bundle a copy of texi2html
Use the distribution version, instead of bundling our own copy.
1 parent b708982 commit 0925e02

File tree

2 files changed

+1
-2129
lines changed

2 files changed

+1
-2129
lines changed

doc/html/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
include ../src/defs
44

55
python-xlib_toc.html: $(SRCS)
6-
./texi2html -splitnode -menu $(TOPSRC)
6+
texi2html --output=. --split=node --menu $(TOPSRC)
77
ln -sf python-xlib_toc.html index.html
88

99
clean:

0 commit comments

Comments
 (0)