From f35cf9978bfa2e864190dda37591c4f13649e5be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 28 Aug 2021 07:52:36 +0200 Subject: Using rst instead of asciidoc for manpage generation. Signed-off-by: Daniel Baumann --- apache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apache/Makefile') diff --git a/apache/Makefile b/apache/Makefile index 2c2da14..90758cf 100644 --- a/apache/Makefile +++ b/apache/Makefile @@ -23,10 +23,10 @@ PROGRAM = apache-icons all: build -build: share/man/*.txt +build: share/man/*.rst $(MAKE) -C share/man - sed -n '/^NAME/,$$p' share/man/$(SOFTWARE).7.txt > README.txt + sed -n '/^===/,$$p' share/man/$(SOFTWARE).7.rst > README.txt for ICON in share/icons/*; \ do \ -- cgit v1.2.3