aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-26 19:57:08 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-26 21:39:50 +0100
commita5d9290cc058972d81deb8c325d570a4757e3c40 (patch)
treea9ebb8881c4de20c09a767639c9f48158ceee278
parent.gitignore: Remove _documents.js. (diff)
downloaddevmanual-a5d9290c.tar.gz
devmanual-a5d9290c.tar.bz2
devmanual-a5d9290c.zip
Makefile: Quieten the documents.js recipe.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b93a85e..4879792 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ build: $(HTMLS) $(IMAGES)
# document in devmanual gets a unique ID, which is used to
# quickly tie search matches to the corresponding documents.
documents.js: bin/build_search_documents.py $(XMLS)
- ./bin/build_search_documents.py $(XMLS) > $@
+ @./bin/build_search_documents.py $(XMLS) > $@ && echo "$@ built"
%.png : %.svg
rsvg-convert --output=$@ $<