]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/Makefile
Update lpadmin man page (Issue #5369)
[thirdparty/cups.git] / man / Makefile
index c2a1923afaeab3cf61623728ed20eeb6e66f065f..4b10dffc519ffaae175ee5ebf897dbc5a51d4a25 100644 (file)
@@ -1,16 +1,14 @@
 #
-# "$Id$"
-#
 # 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
 # property of Apple Inc. and are protected by Federal copyright
 # law.  Distribution and use rights are outlined in the file "LICENSE.txt"
 # which should have been included with this file.  If this file is
-# file is missing or damaged, see the license at "http://www.cups.org/".
+# missing or damaged, see the license at "http://www.cups.org/".
 #
 
 include ../Makedefs
@@ -73,7 +71,7 @@ MAN8  =       cupsaccept.$(MAN8EXT) \
 # Make everything...
 #
 
-all:   $(MAN1) $(MAN5) $(MAN7) $(MAN8) html
+all:   $(MAN1) $(MAN5) $(MAN7) $(MAN8)
 
 
 #
@@ -198,6 +196,13 @@ uninstall:
        -$(RMDIR) $(AMANDIR)/man$(MAN8DIR)
 
 
+#
+# Local programs (not built when cross-compiling...)
+#
+
+local: html
+
+
 #
 # Make html versions of man pages...
 #
@@ -222,11 +227,6 @@ html:      $(MAN1) $(MAN5) $(MAN7) $(MAN8) mantohtml
        done
 
 mantohtml:     mantohtml.o ../cups/$(LIBCUPSSTATIC)
-       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o \
+       $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o \
                ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \
                $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
-
-
-#
-# End of "$Id$".
-#