Files
certspotter/man/Makefile
2026-01-07 21:31:21 -05:00

10 lines
291 B
Makefile

all: certspotter-script.8 certspotter.8 certspotter-authorize.8
%.8: %.md
lowdown -s -Tman \
-M title:$(basename $(notdir $@)) \
-M section:$(subst .,,$(suffix $@)) \
-M date:$(if $(SOURCE_DATE_EPOCH),$(shell date -I -u -d "@$(SOURCE_DATE_EPOCH)"),$(shell date -I -u)) \
-o $@ $<