From 42ebd1aa3121d688a6d70e6aa2fe5e9c867a42d5 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Thu, 16 Feb 2023 14:46:17 +0800 Subject: [PATCH] don't install dependencies during build Forwarded: not-needed Last-Update: 2021-09-22 Gbp-Pq: Name 2012_dont_install_man_deps.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fb39c7..09a12af 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ docs: mandocs htmldocs # don't regenerate the snapshot if we're generating # snapshots, since presumably we just did that. -mandocs: dev-deps $(mandocs) +mandocs: $(mandocs) @ ! [ $${npm_lifecycle_event} = "snap" ] && \ ! [ $${npm_lifecycle_event} = "postsnap" ] && \ TAP_SNAPSHOT=1 node test/lib/utils/config/definitions.js || true