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 /docs | |
parent | 9ab11b6258abe2c9c0420a70e5b21f3f341c82c5 (diff) |
docs: install writing_udev_rules
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |