Actually get man pages.

This commit is contained in:
Charlie Root 2014-07-11 04:43:20 -06:00
parent b3399bfabe
commit 6d6c94a291
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
include $(top_srcdir)/Makefile.am.common
man_MAN=
dist_man_MANS=

View File

@ -389,6 +389,6 @@ crypto_excludes=(
echo $BASE
NAME=`basename "$BASE"`
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
)