lirc: don't build docs

Docs are removed after installation so no need to build them
This commit is contained in:
Matthias Reichl 2017-04-07 15:27:13 +02:00
parent 48df0ecaed
commit 515a4c3d0f

View File

@ -0,0 +1,13 @@
diff --git a/Makefile.am b/Makefile.am
index 868ad7f..45d64e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ if WITH_SYSTEMDSYSTEMUNITDIR
SYSTEMD_DIR = systemd
endif
-SUBDIRS = lib daemons tools plugins configs doc $(SYSTEMD_DIR)
+SUBDIRS = lib daemons tools plugins configs $(SYSTEMD_DIR)
if INSTALL_ETC