aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6b86dcf5406302c8fd1baf6b32290d063e8c65ec (plain)
1
2
3
4
5
6
7
MAN_PAGE := doc/formurapid.1

.PHONY: doc
doc: $(MAN_PAGE)

$(MAN_PAGE): $(MAN_PAGE).txt
	a2x --no-xmllint --format manpage $<