diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-27 21:23:27 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-27 23:47:18 -0500 |
commit | 350b6a6560759cbc9903a0f9275e271cd840d6ac (patch) | |
tree | 5128aeca382c9f12a44e5e6cc07f90c548a88b5f /Makefile.am | |
parent | c485437f50450c0087bae3df4aed462e4a86ee83 (diff) |
build-sys: install two more man aliases
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9c92bffc01..faff3255e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -637,6 +637,8 @@ MANPAGES_ALIAS = \ man/SD_JOURNAL_INVALIDATE.3 \ man/sd_journal_add_disjunction.3 \ man/sd_journal_flush_matches.3 \ + man/sd_journal_get_data_threshold.3 \ + man/sd_journal_set_data_threshold.3 \ man/sd_journal_seek_tail.3 \ man/sd_journal_seek_monotonic_usec.3 \ man/sd_journal_seek_realtime_usec.3 \ |