]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/Makefile
Add code signing for macOS Mojave.
[thirdparty/cups.git] / man / Makefile
index 6911cbab0587773afef22907b814a73b81e20785..8aa19c60da1b10650ef905f2207e00b7dc26662f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Man page makefile for CUPS.
 #
-# Copyright 2007-2017 by Apple Inc.
+# Copyright 2007-2018 by Apple Inc.
 # Copyright 1993-2006 by Easy Software Products.
 #
 # Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
@@ -226,3 +226,4 @@ mantohtml:  mantohtml.o ../cups/$(LIBCUPSSTATIC)
        $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o \
                ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \
                $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
+       $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@