mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-26 19:29:01 +00:00
5 lines
72 B
Makefile
5 lines
72 B
Makefile
all: tags.html
|
|
|
|
%.html: %.txt
|
|
rst2html --stylesheet=default.css $< >$@
|