From 95023c77fc476355c2485ca1cce7b3e2b9619b68 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 19 Jun 2009 19:33:22 +0200 Subject: [PATCH 1/1] docs: install writing_udev_rules --- Makefile.am | 7 +++---- configure.ac | 1 + docs/Makefile.am | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 docs/Makefile.am diff --git a/Makefile.am b/Makefile.am index 0ebf232c8..5da4779fb 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 9fde92a3a..e5642f6b1 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 000000000..0c829b43f --- /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 -- 2.30.2