2016-05-29 19:38:23 +02:00
|
|
|
From 6bc1d15250841cf17d307cfb4f35c960c23d8797 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
|
|
Date: Sun, 29 May 2016 19:31:50 +0200
|
2016-01-20 23:17:43 +01:00
|
|
|
Subject: [PATCH] Remove man from BUILDDIRS in configure
|
|
|
|
|
2016-05-29 19:38:23 +02:00
|
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
2019-09-28 08:56:11 +02:00
|
|
|
[Fabrice: updated for 2.3.0]
|
|
|
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
2020-06-24 22:43:44 +02:00
|
|
|
[Michael: updated for 2.3.3]
|
|
|
|
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
|
2021-12-09 22:40:46 +01:00
|
|
|
[Angelo: updated for 2.4.0]
|
|
|
|
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
|
2016-01-20 23:17:43 +01:00
|
|
|
---
|
2016-05-29 19:38:23 +02:00
|
|
|
config-scripts/cups-common.m4 | 2 +-
|
2016-01-20 23:17:43 +01:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2016-05-29 19:38:23 +02:00
|
|
|
diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4
|
2021-12-09 22:40:46 +01:00
|
|
|
index 3a162b6d5..fb629fdfd 100644
|
2016-05-29 19:38:23 +02:00
|
|
|
--- a/config-scripts/cups-common.m4
|
|
|
|
+++ b/config-scripts/cups-common.m4
|
2021-12-09 22:40:46 +01:00
|
|
|
@@ -462,7 +462,7 @@ LIBHEADERS="\$(COREHEADERS) \$(DRIVERHEADERS)"
|
|
|
|
LIBHEADERSPRIV="\$(COREHEADERSPRIV) \$(DRIVERHEADERSPRIV)"
|
2016-01-20 23:17:43 +01:00
|
|
|
|
2021-12-09 22:40:46 +01:00
|
|
|
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], [
|
|
|
|
|
2016-01-20 23:17:43 +01:00
|
|
|
--
|
2020-06-24 22:43:44 +02:00
|
|
|
2.17.1
|
2016-01-20 23:17:43 +01:00
|
|
|
|