aboutsummaryrefslogtreecommitdiff
path: root/man/Makefile
blob: fcea2687438871ec84660d1fb730b7b4f2599e4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PAGES = wgconfd.5 wgconfd.8

.PHONY: all clean
all: $(PAGES)

clean:
	rm $(PAGES)

%: %.scd
	scdoc < $< > $@