diff options
Diffstat (limited to 'apache/Makefile')
-rw-r--r-- | apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |