SUBDIRS=src doc
EXTRA_DIST=PORTING
PORTING:
	wget http://core.segfault.pl/~hobbit/hidentd/doc/porting.html
	doc/mkdoc.pl < porting.html > tmp.html
	links -dump tmp.html > PORTING
	rm porting.html tmp.html


syntax highlighted by Code2HTML, v. 0.9.1