summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
blob: 879e5acdb6b7756591ee37c9f23fd2261856b8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile for netctl documentation

MANPAGES = netctl.1 netctl.profile.5 netctl.special.7

.PHONY: manpages clean
manpages: $(MANPAGES)
$(MANPAGES): %: %.txt
	a2x -d manpage -f manpage -a manversion=$(VERSION) $<

clean:
	-@rm -vf $(MANPAGES) 2>/dev/null