Skip to content

Commit

Permalink
Actually get man pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Root committed Jul 11, 2014
1 parent b3399bf commit 6d6c94a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion man/Makefile.am.tpl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include $(top_srcdir)/Makefile.am.common
man_MAN=
dist_man_MANS=

2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 6d6c94a

Please sign in to comment.