From 165d20eebc587f21f0409850b8e522c7a25979e3 Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Sat, 26 Oct 2013 17:44:19 +0200
Subject: app-cat-conf: Removing -n argument, adding -k and -g for 'key' and
 'group' lookups.

---
 docs/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'docs/Makefile')

diff --git a/docs/Makefile b/docs/Makefile
index c62e70c..8b8cf8b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -4,10 +4,12 @@ MAN=$(patsubst %.txt,%.1,$(TXT))
 all: $(HTML) $(MAN)
 
 %.html: %.txt
-	asciidoc -a data-uri -a icons -a toc -a max-width=55em $<
+	@echo asciidoc $<
+	@asciidoc -a data-uri -a icons -a toc -a max-width=55em $<
 
 %.1: %.txt
-	a2x --doctype manpage --format manpage $<
+	@echo a2x $<
+	@a2x --doctype manpage --format manpage $<
 
 clean:
 	rm -rf $(wildcard *.html) $(wildcard *.1)
-- 
cgit v1.2.3