diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-19 19:33:22 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-19 19:33:22 +0200 |
commit | 95023c77fc476355c2485ca1cce7b3e2b9619b68 (patch) | |
tree | d4f96b406a6beff1da0a257f3db53a7a0472d027 | |
parent | 9ab11b6258abe2c9c0420a70e5b21f3f341c82c5 (diff) |
docs: install writing_udev_rules
-rw-r--r-- | Makefile.am | 7 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | docs/Makefile.am | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 0ebf232c80..5da4779fb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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/ diff --git a/configure.ac b/configure.ac index 9fde92a3a8..e5642f6b13 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 0000000000..0c829b43f5 --- /dev/null +++ b/docs/Makefile.am @@ -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 |