042d6c48b3
* man/<ll>/*.[1358], man/<ll>/man[1358]/*.[1358], man/<ll>/Makefile.am: Sort manpages per section as the generated manpages.
13 lines
183 B
Makefile
13 lines
183 B
Makefile
|
|
mandir = @mandir@/fi
|
|
|
|
man_MANS = \
|
|
man1/chfn.1 \
|
|
man1/chsh.1 \
|
|
man1/su.1
|
|
|
|
# Outdated manpages
|
|
# passwd.1 (https://bugs.launchpad.net/ubuntu/+bug/384024)
|
|
|
|
EXTRA_DIST = $(man_MANS)
|