Actually get man pages.
This commit is contained in:
parent
b3399bfabe
commit
6d6c94a291
@ -1,2 +1,3 @@
|
|||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/Makefile.am.common
|
||||||
man_MAN=
|
dist_man_MANS=
|
||||||
|
|
||||||
|
@ -389,6 +389,6 @@ crypto_excludes=(
|
|||||||
echo $BASE
|
echo $BASE
|
||||||
NAME=`basename "$BASE"`
|
NAME=`basename "$BASE"`
|
||||||
pod2man --official --release=LibreSSL --center=LibreSSL --section=3 --name=$NAME < $BASE.pod > $NAME.3
|
pod2man --official --release=LibreSSL --center=LibreSSL --section=3 --name=$NAME < $BASE.pod > $NAME.3
|
||||||
echo "man_MAN += $NAME.3" >> Makefile.am
|
echo "dist_man_MANS += $NAME.3" >> Makefile.am
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user