mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 10:34:16 +00:00
26 lines
610 B
Diff
26 lines
610 B
Diff
From 05c008dcabaf94f5623f2f7e267005eef0a8c5fc Mon Sep 17 00:00:00 2001
|
|
From: Nick Cao <nickcao@nichi.co>
|
|
Date: Tue, 20 Sep 2022 18:42:31 +0800
|
|
Subject: [PATCH 2/4] skip building doc
|
|
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index d38311dce..a775d36e1 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -227,7 +227,7 @@ define stringreplace
|
|
endef
|
|
|
|
|
|
-install: $(build_depsbindir)/stringreplace $(BUILDROOT)/doc/_build/html/en/index.html
|
|
+install: $(build_depsbindir)/stringreplace
|
|
ifeq ($(BUNDLE_DEBUG_LIBS),1)
|
|
@$(MAKE) $(QUIET_MAKE) all
|
|
else
|
|
--
|
|
2.38.1
|
|
|