aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
blob: 310a4c393809415bd2907e2ae5fb72de8ab7c89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$(obj)/%.5: $(src)/%.5.scd
	$(SCDOC) < $< > $@

$(obj)/%.8: $(src)/%.8.scd
	$(SCDOC) < $< > $@

docs: $(obj)/apk.8 \
	$(obj)/apk-repositories.5 \
	$(obj)/apk-world.5
targets += docs

install: docs
	# TODO