aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Root <root@rocinante.obtuse.com>2014-07-11 04:43:20 -0600
committerCharlie Root <root@rocinante.obtuse.com>2014-07-11 04:43:20 -0600
commit6d6c94a29158f1d38a6c7c61ba2011a0dcd4e67f (patch)
tree404fc83147df710eb120323c56f96f890d32bc00
parentb3399bfabe37f5970f1524c14ae75d4923307dca (diff)
downloadportable-6d6c94a29158f1d38a6c7c61ba2011a0dcd4e67f.tar.gz
portable-6d6c94a29158f1d38a6c7c61ba2011a0dcd4e67f.tar.bz2
portable-6d6c94a29158f1d38a6c7c61ba2011a0dcd4e67f.zip
Actually get man pages.
-rw-r--r--man/Makefile.am.tpl3
-rwxr-xr-xupdate.sh2
2 files changed, 3 insertions, 2 deletions
diff --git a/man/Makefile.am.tpl b/man/Makefile.am.tpl
index 88cbb51..0078a64 100644
--- a/man/Makefile.am.tpl
+++ b/man/Makefile.am.tpl
@@ -1,2 +1,3 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2man_MAN= 2dist_man_MANS=
3
diff --git a/update.sh b/update.sh
index 69fc475..b7aef14 100755
--- a/update.sh
+++ b/update.sh
@@ -389,6 +389,6 @@ crypto_excludes=(
389 echo $BASE 389 echo $BASE
390 NAME=`basename "$BASE"` 390 NAME=`basename "$BASE"`
391 pod2man --official --release=LibreSSL --center=LibreSSL --section=3 --name=$NAME < $BASE.pod > $NAME.3 391 pod2man --official --release=LibreSSL --center=LibreSSL --section=3 --name=$NAME < $BASE.pod > $NAME.3
392 echo "man_MAN += $NAME.3" >> Makefile.am 392 echo "dist_man_MANS += $NAME.3" >> Makefile.am
393 done 393 done
394) 394)