aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-15 20:18:22 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-15 20:18:22 -0500
commitc47f33a498f9c824a48c23987b312b3176602f7f (patch)
tree56d87b528c9149fbdcb6d286feb4a897a65b41cd /man
parentInitial revamping of the build system (diff)
downloadeudev-c47f33a498f9c824a48c23987b312b3176602f7f.tar.gz
eudev-c47f33a498f9c824a48c23987b312b3176602f7f.tar.bz2
eudev-c47f33a498f9c824a48c23987b312b3176602f7f.zip
Second step of revamping the build system
The original Makefile.am was drawn to the top level. This commit breaks it out into the various directories with SUBDIRS connecting them. This makes each directory easier to maintain.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 000000000..fd9bacf4c
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
+MANPAGES = \
+ udev.7 \
+ udevadm.8