aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)