apk-tools/doc/Makefile

9 lines
106 B
Makefile

$(obj)/%.8: $(src)/%.8.scd
$(SCDOC) < $< > $@
docs: $(obj)/apk.8
targets += docs
install: docs
# TODO