python-xlib/doc/html/Makefile

11 lines
208 B
Makefile

# Make HTML documentation for Python Xlib
include ../src/defs
python-xlib_toc.html: $(SRCS)
texi2html --output=. --split=node --menu $(TOPSRC)
ln -sf python-xlib_toc.html index.html
clean:
rm -f *.html