33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
From d3c595f551d2efc516c879fd6553263bed5c1aac Mon Sep 17 00:00:00 2001
|
|
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
Date: Sun, 29 May 2016 19:31:50 +0200
|
|
Subject: [PATCH] Remove man from BUILDDIRS in configure
|
|
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
[Fabrice: updated for 2.3.0]
|
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
[Michael: updated for 2.3.3]
|
|
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
|
|
[Angelo: updated for 2.4.0]
|
|
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
|
|
---
|
|
config-scripts/cups-common.m4 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4
|
|
index 613f01ddf..6f1bcb07e 100644
|
|
--- a/config-scripts/cups-common.m4
|
|
+++ b/config-scripts/cups-common.m4
|
|
@@ -462,7 +462,7 @@ LIBHEADERS="\$(COREHEADERS) \$(DRIVERHEADERS)"
|
|
LIBHEADERSPRIV="\$(COREHEADERSPRIV) \$(DRIVERHEADERSPRIV)"
|
|
|
|
AS_CASE(["$COMPONENTS"], [all], [
|
|
- BUILDDIRS="tools filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates"
|
|
+ BUILDDIRS="tools filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale doc examples templates"
|
|
], [core], [
|
|
BUILDDIRS="tools examples locale"
|
|
], [corelite], [
|
|
--
|
|
2.34.1
|
|
|