--- Makefile 2026-03-08 19:01:09 +++ Makefile 2026-08-19 10:16:53 @@ -20,8 +20,8 @@ # on the intermediate XML that throws an error. .SUFFIXES: .html .adoc .1 -.adoc.1: - asciidoctor -D. -a nofooter -b manpage $< +%.1: %.adoc + asciidoctor -a nofooter -b manpage $< .adoc.html: asciidoctor -D. -a nofooter -a webfonts! $< @@ -30,7 +30,7 @@ # Build -all: showkey +all: showkey showkey.1 showkey: showkey.c $(CC) -DREVISION=$(VERSION) $(CFLAGS) showkey.c -o showkey