public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [COMMITTED][PATCH 1/1] doc: Remove make install
@ 2024-04-05 14:39 Petr Vorel
  2024-04-05 14:45 ` Cyril Hrubis
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2024-04-05 14:39 UTC (permalink / raw)
  To: ltp

make install in doc is broken on out-of-tree builds. Although we may
want to install generated docs (final html), for now just disable the
target to fix CI. Previously was the install target used just for
installing man pages (which are deprecated anyway).

Fixes: 4a72aada8 ("New LTP documentation")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 49d91f4d5..96edd5a80 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,6 @@ export UCLINUX
 # We're not using uclinux based targets (default).
 ifneq ($(UCLINUX),1)
 COMMON_TARGETS		:= pan utils
-INSTALL_TARGETS		:= doc
 endif
 
 define target_to_dir_dep_mapping
-- 
2.43.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-09  8:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-05 14:39 [LTP] [COMMITTED][PATCH 1/1] doc: Remove make install Petr Vorel
2024-04-05 14:45 ` Cyril Hrubis
2024-04-05 17:58   ` Petr Vorel
2024-04-09  8:19     ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox