diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-01-27 17:15:02 +0000 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-01-27 17:21:31 +0000 |
| commit | 542ea993cbfdf3e4eb5f234817a7fc7a631e8472 (patch) | |
| tree | 41532f82ef0072b19d0bc477b0c461f64fa12c55 | |
| parent | 251caf232c6a9a6df65d6c3e1dc036ae6abe353b (diff) | |
Makefile: add alias 'doc' of 'html'
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ $(PROGRAM): $(OBJECTS) .PHONY: html html: $(HTML) +.PHONY: doc +doc: $(HTML) + %.html: %.md md2html -f -o $@ $< |
