mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
2d28ad074d
Docs are removed after installation so no need to build them
14 lines
372 B
Diff
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
|
|
|