From cb525a1f2033e512aa55af3cd5036b5ee18bc976 Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Tue, 17 Sep 2024 22:05:34 +0000 Subject: [PATCH] nulldoc -> nlroff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 737db18..ec14bd2 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ clean-all: .SUFFIXES: .nr .html .html .c .o .nr.html: - cat $< | nulldoc > $@ + cat $< | nlroff > $@ .c.o: $(CC) $(CFLAGS) $< -c -o $@