aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'udev-config/Makefile')
-rw-r--r--udev-config/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/udev-config/Makefile b/udev-config/Makefile
index e8238c830..aa9dad742 100644
--- a/udev-config/Makefile
+++ b/udev-config/Makefile
@@ -8,13 +8,6 @@ RULES_FILES = \
55-lfs.rules
DOC_FILES = $(RULES_FILES:.rules=.txt)
-EXTRA_DOC_FILES = \
- 05-udev-early.txt \
- 60-persistent-input.txt \
- 60-persistent-storage.txt \
- 80-drivers.txt \
- 95-udev-late.txt
-
# Location to install the docs
DOC_DIR = $(PREFIX)/share/doc/udev-config
@@ -33,9 +26,3 @@ install-doc:
for doc in $(DOC_FILES); do \
$(INSTALL_DATA) doc/$$doc $(DESTDIR)$(DOC_DIR) || exit 1; \
done
-
-install-extra-doc:
- $(INSTALL) -d $(DESTDIR)$(DOC_DIR)
- for doc in $(EXTRA_DOC_FILES); do \
- $(INSTALL_DATA) doc/$$doc $(DESTDIR)$(DOC_DIR) || exit 1; \
- done