diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-03 22:25:22 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | 1a369f0fd7f3c6b7d17d0a9b358644a7d8216fc0 (patch) | |
tree | 08bbfe9f7d3643cf2d947eb61dd59d005814495c /libtls-standalone | |
parent | edfc5690055b90fff2055d0108a22e5c5df22a64 (diff) | |
download | portable-1a369f0fd7f3c6b7d17d0a9b358644a7d8216fc0.tar.gz portable-1a369f0fd7f3c6b7d17d0a9b358644a7d8216fc0.tar.bz2 portable-1a369f0fd7f3c6b7d17d0a9b358644a7d8216fc0.zip |
ship manpages with libtls-standalone
Diffstat (limited to 'libtls-standalone')
-rw-r--r-- | libtls-standalone/Makefile.am | 2 | ||||
-rw-r--r-- | libtls-standalone/configure.ac | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libtls-standalone/Makefile.am b/libtls-standalone/Makefile.am index a108ada..66fe845 100644 --- a/libtls-standalone/Makefile.am +++ b/libtls-standalone/Makefile.am | |||
@@ -1,4 +1,4 @@ | |||
1 | SUBDIRS = include compat src app | 1 | SUBDIRS = include compat src app man |
2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
3 | 3 | ||
4 | pkgconfigdir = $(libdir)/pkgconfig | 4 | pkgconfigdir = $(libdir)/pkgconfig |
diff --git a/libtls-standalone/configure.ac b/libtls-standalone/configure.ac index d076873..e8fb24e 100644 --- a/libtls-standalone/configure.ac +++ b/libtls-standalone/configure.ac | |||
@@ -44,6 +44,7 @@ AC_CONFIG_FILES([ | |||
44 | include/Makefile | 44 | include/Makefile |
45 | app/Makefile | 45 | app/Makefile |
46 | compat/Makefile | 46 | compat/Makefile |
47 | man/Makefile | ||
47 | src/Makefile | 48 | src/Makefile |
48 | libtls.pc | 49 | libtls.pc |
49 | ]) | 50 | ]) |