mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-07-23 17:48:52 +00:00
build: install man pages by default
Since we're already installing man pages conditionally (only install a man page when the corresponding program is enabled), it makes more sense to install them by default, instead of having to install separately with `make install-man`.
This commit is contained in:
parent
d911439ca3
commit
328095ae43
2 changed files with 2 additions and 3 deletions
|
@ -147,7 +147,7 @@ Installation
|
|||
|
||||
Install the user manual:
|
||||
|
||||
$ make install-man install-info
|
||||
$ make install-info
|
||||
|
||||
Uninstall:
|
||||
|
||||
|
|
|
@ -13,8 +13,7 @@ AC_CONFIG_SRCDIR([src/bookmarkfs_util.pc.in])
|
|||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_TESTDIR([tests])
|
||||
AM_INIT_AUTOMAKE([1.14 foreign no-installinfo no-installman])
|
||||
AM_EXTRA_RECURSIVE_TARGETS([install-man])
|
||||
AM_INIT_AUTOMAKE([1.14 foreign no-installinfo])
|
||||
AM_MISSING_PROG([AUTOM4TE], [autom4te])
|
||||
PKG_PROG_PKG_CONFIG([0.27])
|
||||
LT_PREREQ([2.4.3])
|
||||
|
|
Loading…
Add table
Reference in a new issue