nulldoc -> nlroff

This commit is contained in:
PedroEdiaz
2024-09-17 22:05:34 +00:00
parent 98b0d78880
commit cb525a1f20

View File

@@ -43,7 +43,7 @@ clean-all:
.SUFFIXES: .nr .html .html .c .o .SUFFIXES: .nr .html .html .c .o
.nr.html: .nr.html:
cat $< | nulldoc > $@ cat $< | nlroff > $@
.c.o: .c.o:
$(CC) $(CFLAGS) $< -c -o $@ $(CC) $(CFLAGS) $< -c -o $@