commit: e541eca137b72837ac5bc1218e6952c35752c873
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 19:27:34 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 19:27:34 2024 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e541eca1
Makefile: More specific prerequisites for install target
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 4fbbd90..d022a32 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ appendices/todo-list/index.html: $(XMLS)
.depend: $(XMLS) eclass-reference/text.xml depend.xsl devbook.xsl
@xsltproc depend.xsl $(XMLS) > $@
-install: all
+install: build documents.js
set -e; \
for file in $(HTMLS) $(ECLASS_HTMLS) $(IMAGES); do \
install -d "$(DESTDIR)$(htmldir)"/$${file%/*}; \