From 64e7c688d3b7c158d2d1ebe85812487960a42f71 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 30 Jun 2014 13:47:23 +0300 Subject: [PATCH] Makefile: A typo in a comment Signed-off-by: Tzafrir Cohen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3aa4b6..69741e6 100644 --- a/Makefile +++ b/Makefile @@ -213,7 +213,7 @@ README.html: README system.conf.asciidoc init.conf.asciidoc tonezones.txt \ README.Astribank.html: xpp/README.Astribank $(ASCIIDOC) -o $@ -n -a toc -a toclevels=4 $< -# on Debian: this requires the full groof, not just groff-base. +# on Debian: this requires the full groff, not just groff-base. %.8.html: %.8 man -Thtml $^ >$@