File: Makefile

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 (10 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# Make HTML documentation for Python Xlib

include ../src/defs

python-xlib_toc.html: $(SRCS)
	makeinfo --output=. --html --split=node $(TOPSRC)
	ln -sf python-xlib_toc.html index.html

clean:
	rm -f *.html