summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile')
-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...
#