Files
Arch-R/packages/sysutils/lirc/patches/lirc-0101-dont-build-docs.patch
T
Matthias Reichl 2d28ad074d lirc: don't build docs
Docs are removed after installation so no need to build them
2017-04-07 15:27:13 +02:00

14 lines
372 B
Diff

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