DOCFILES=\
	../share/apkg-bashlib\
	../share/apkg-script-utils\
	../share/apkg-dep

.PHONY: clean

api/*.html: $(DOCFILES) categories.xml makedoc.pl Makefile skel/*.html
	rm -f api/*.html
	./makedoc.pl -w $(DOCFILES)

clean:
	rm -f api/*.html
