summaryrefslogtreecommitdiffstats
path: root/apache/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-08-28 05:52:36 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-08-28 08:21:18 +0000
commitf35cf9978bfa2e864190dda37591c4f13649e5be (patch)
tree7a5cc193204645aa3aabbdd5e9772910498434fe /apache/Makefile
parentMoving apache files to subdirectory. (diff)
downloadservice-tools-f35cf9978bfa2e864190dda37591c4f13649e5be.tar.xz
service-tools-f35cf9978bfa2e864190dda37591c4f13649e5be.zip
Using rst instead of asciidoc for manpage generation.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'apache/Makefile')
-rw-r--r--apache/Makefile4
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 \