palera1n/docs/Makefile
2024-04-06 23:03:52 +08:00

10 lines
131 B
Makefile

PAGES = palera1n.1.html p1ctl.8.html
all: $(PAGES)
%.html: %
mandoc -T html -O style=mandoc.css $< > $@
clean:
rm -f $(PAGES)