]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
liblastlog2: Install missing manual pages
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 22 Mar 2026 15:43:07 +0000 (16:43 +0100)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 22 Mar 2026 15:43:07 +0000 (16:43 +0100)
The manual pages ll2_new_context.3 and ll2_unref_context.3 were never
installed. Add them to autools and meson files.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
liblastlog2/man/Makemodule.am
liblastlog2/man/meson.build

index 803bfb7865568870287860efb69e1c27c8d764cb..55aee73807bdbe61e8c84bbdeb182bc672976f4c 100644 (file)
@@ -2,19 +2,23 @@
 MANPAGES += \
        liblastlog2/man/lastlog2.3 \
        liblastlog2/man/ll2_import_lastlog.3 \
+       liblastlog2/man/ll2_new_context.3 \
        liblastlog2/man/ll2_read_all.3 \
        liblastlog2/man/ll2_read_entry.3 \
        liblastlog2/man/ll2_remove_entry.3 \
        liblastlog2/man/ll2_rename_user.3 \
+       liblastlog2/man/ll2_unref_context.3 \
        liblastlog2/man/ll2_update_login_time.3 \
        liblastlog2/man/ll2_write_entry.3
 
 dist_noinst_DATA += \
        liblastlog2/man/lastlog2.3.adoc \
        liblastlog2/man/ll2_import_lastlog.3.adoc \
+       liblastlog2/man/ll2_new_context.3.adoc \
        liblastlog2/man/ll2_read_all.3.adoc \
        liblastlog2/man/ll2_read_entry.3.adoc \
        liblastlog2/man/ll2_remove_entry.3.adoc \
        liblastlog2/man/ll2_rename_user.3.adoc \
+       liblastlog2/man/ll2_unref_context.3.adoc \
        liblastlog2/man/ll2_update_login_time.3.adoc \
        liblastlog2/man/ll2_write_entry.3.adoc
index 2c9b0d4eaaf9d2ca7486287a7d5e432771d0f3a4..01fe63d706feff1025c04acc6ec4592fc431d048 100644 (file)
@@ -3,8 +3,10 @@ lib_lastlog2_manadocs = files(
   'll2_write_entry.3.adoc',
   'll2_read_entry.3.adoc',
   'll2_import_lastlog.3.adoc',
+  'll2_new_context.3.adoc',
   'll2_read_all.3.adoc',
   'll2_remove_entry.3.adoc',
   'll2_rename_user.3.adoc',
-  'll2_update_login_time.3.adoc'
+  'll2_update_login_time.3.adoc',
+  'll2_unref_context.3.adoc'
 )