mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
docs: install writing_udev_rules
This commit is contained in:
parent
9ab11b6258
commit
95023c77fc
@ -1,18 +1,17 @@
|
||||
include $(top_srcdir)/Makefile.am.inc
|
||||
|
||||
SUBDIRS = \
|
||||
docs \
|
||||
libudev \
|
||||
udev \
|
||||
rules \
|
||||
extras
|
||||
|
||||
udevconfdir = $(sysconfdir)/udev
|
||||
udevconf_DATA = \
|
||||
dist_udevconf_DATA = \
|
||||
udev.conf
|
||||
|
||||
EXTRA_DIST = \
|
||||
udev.conf \
|
||||
docs \
|
||||
autogen.sh
|
||||
|
||||
CLEANFILES = \
|
||||
@ -62,4 +61,4 @@ git-release:
|
||||
|
||||
doc-sync:
|
||||
rsync -av --delete libudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libudev/
|
||||
rsync -av --delete extras/gudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/libgudev/
|
||||
rsync -av --delete extras/gudev/docs/html/ master.kernel.org:/pub/linux/utils/kernel/hotplug/gudev/
|
||||
|
@ -101,6 +101,7 @@ AM_CONDITIONAL([ENABLE_INTROSPECTION], [test "x$enable_introspection" = xyes])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
docs/Makefile
|
||||
libudev/Makefile
|
||||
libudev/libudev.pc
|
||||
libudev/docs/Makefile
|
||||
|
5
docs/Makefile.am
Normal file
5
docs/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.am.inc
|
||||
|
||||
writing_udev_rulesdir = $(docdir)/writing_udev_rules
|
||||
dist_writing_udev_rules_DATA = \
|
||||
writing_udev_rules/index.html
|
Loading…
Reference in New Issue
Block a user