mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
udev: move man pages to udev section
This commit is contained in:
parent
69df6f00f2
commit
cc0933371d
14
Makefile.am
14
Makefile.am
@ -517,10 +517,7 @@ MANPAGES = \
|
|||||||
man/systemd-cat.1 \
|
man/systemd-cat.1 \
|
||||||
man/systemd-machine-id-setup.1 \
|
man/systemd-machine-id-setup.1 \
|
||||||
man/journald.conf.5 \
|
man/journald.conf.5 \
|
||||||
man/journalctl.1 \
|
man/journalctl.1
|
||||||
man/udev.7 \
|
|
||||||
man/udevadm.8 \
|
|
||||||
man/udevd.8
|
|
||||||
|
|
||||||
MANPAGES_ALIAS = \
|
MANPAGES_ALIAS = \
|
||||||
man/reboot.8 \
|
man/reboot.8 \
|
||||||
@ -1278,6 +1275,11 @@ libudev_private_la_LIBADD = \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
MANPAGES += \
|
||||||
|
man/udev.7 \
|
||||||
|
man/udevadm.8 \
|
||||||
|
man/udevd.8
|
||||||
|
|
||||||
udev-confdirs:
|
udev-confdirs:
|
||||||
-mkdir -p $(DESTDIR)$(sysconfdir)/udev/rules.d
|
-mkdir -p $(DESTDIR)$(sysconfdir)/udev/rules.d
|
||||||
-mkdir -p $(DESTDIR)$(libexecdir)/udev/devices
|
-mkdir -p $(DESTDIR)$(libexecdir)/udev/devices
|
||||||
@ -2671,9 +2673,7 @@ rootlibexec_PROGRAMS += \
|
|||||||
systemd-multi-seat-x
|
systemd-multi-seat-x
|
||||||
|
|
||||||
dist_udevrules_DATA += \
|
dist_udevrules_DATA += \
|
||||||
src/login/70-uaccess.rules
|
src/login/70-uaccess.rules \
|
||||||
|
|
||||||
dist_udevrules_DATA += \
|
|
||||||
src/login/71-seat.rules
|
src/login/71-seat.rules
|
||||||
|
|
||||||
nodist_udevrules_DATA += \
|
nodist_udevrules_DATA += \
|
||||||
|
Loading…
Reference in New Issue
Block a user