Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2017-11-11 20:07:21 +0300
committerBryan Drewery <bryan@shatow.net>2017-11-11 20:07:32 +0300
commitdaddced5a623379b4ea2b54ff5e8db7a2cc67faa (patch)
tree34b700c84a6b3216f24a61958a0cd9a10e4a4ec2 /Makefile.am
parent5d5671f7afcbd4988ab28cb2d7440d84831fe96a (diff)
3.2.0 Release3.2.0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index dc590119..bad4108b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -293,7 +293,7 @@ gen-man-wiki:
exit 1; \
fi
@for man in $(dist_man_MANS); do \
- echo "MANDOC wiki/$${man##*/}-devel.md"; \
+ echo "MANDOC wiki/$${man##*/}.md"; \
( \
echo "### This page is auto-generated from $(dist_man_MANS)"; \
(mandoc -Thtml $${man} | awk \
@@ -301,7 +301,7 @@ gen-man-wiki:
$$1 == "</body>" { seenbody=0; }; \
seenbody == 1 { print };'\
); \
- ) > wiki/$${man##*/}-devel.md; \
+ ) > wiki/$${man##*/}.md; \
done
MOSTLYCLEANFILES+= poudriere