summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-04-24 15:12:39 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-04-24 15:12:39 -0400
commit105922ec6d01484ee6e4724a40562b6c44be2c87 (patch)
treea457e220885d8c084531972a60c0a2e1fc4950cc /man
parent442e03eff1231132220dbc149bda6adf0ce8f31c (diff)
downloadcups-105922ec6d01484ee6e4724a40562b6c44be2c87.tar.gz
Add support for cross-compilation (Issue #4897)
Diffstat (limited to 'man')
-rw-r--r--man/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/Makefile b/man/Makefile
index 60f76c84f..8f7476834 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,7 +1,7 @@
#
# Man page makefile for CUPS.
#
-# Copyright 2007-2015 by Apple Inc.
+# Copyright 2007-2017 by Apple Inc.
# Copyright 1993-2006 by Easy Software Products.
#
# These coded instructions, statements, and computer programs are the
@@ -71,7 +71,7 @@ MAN8 = cupsaccept.$(MAN8EXT) \
# Make everything...
#
-all: $(MAN1) $(MAN5) $(MAN7) $(MAN8) html
+all: $(MAN1) $(MAN5) $(MAN7) $(MAN8)
#
@@ -197,6 +197,13 @@ uninstall:
#
+# Local programs (not built when cross-compiling...)
+#
+
+local: html
+
+
+#
# Make html versions of man pages...
#