Skip to content

Commit d1500f3

Browse files
Merge pull request python-xlib#96 from benoit-pierre/use_dist_texi2html
doc: don't bundle a copy of texi2html
2 parents b708982 + 0925e02 commit d1500f3

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)