diff options
author | Mattias Andrée <maandree@kth.se> | 2022-04-22 22:25:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-04-22 22:25:58 +0200 |
commit | 61e837a2b5ec28f0864871b6aef494493f6262d4 (patch) | |
tree | 557fe093ce75b22522acc48ee7b70b4f71e88eae /Makefile | |
parent | m (diff) | |
download | libaxl-61e837a2b5ec28f0864871b6aef494493f6262d4.tar.gz libaxl-61e837a2b5ec28f0864871b6aef494493f6262d4.tar.bz2 libaxl-61e837a2b5ec28f0864871b6aef494493f6262d4.tar.xz |
Documentation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -136,6 +136,8 @@ MAN3 =\ man3/LIBAXL_ATOM_WM_TRANSIENT_FOR.3\ man3/LIBAXL_ATOM_WM_ZOOM_HINTS.3\ man3/LIBAXL_ATOM_X_HEIGHT.3\ + man3/LIBAXL_CONNECTION.3\ + man3/LIBAXL_CONTEXT.3\ man3/LIBAXL_DECNET_OBJECT_MAX.3\ man3/LIBAXL_ERROR.3\ man3/LIBAXL_ERROR_ACCESS.3\ @@ -299,6 +301,8 @@ MAN3 =\ man3/libaxl_protocol_version_minor.3\ man3/libaxl_receive_handshake.3\ man3/libaxl_send_handshake.3\ + man3/struct_libaxl_connection.3\ + man3/struct_libaxl_context.3\ man3/struct_libaxl_error_access.3\ man3/struct_libaxl_error_alloc.3\ man3/struct_libaxl_error_atom.3\ |