diff options
| -rw-r--r-- | man/Makefile.am.tpl | 3 | ||||
| -rwxr-xr-x | update.sh | 2 |
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 @@ | |||
| 1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
| 2 | man_MAN= | 2 | dist_man_MANS= |
| 3 | |||
| @@ -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 | ) |
