]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Drop API help for CGI, MIME, and PPD compiler libraries.
[thirdparty/cups.git] / Makefile
index bac8ac092b33d9597e152447cd4a91f1e0f585ea..1bc05d4f634d4aa4900c701588bb43d2328f0aa5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #
 # Top-level Makefile for CUPS.
 #
-# Copyright 2007-2014 by Apple Inc.
+# Copyright 2007-2016 by Apple Inc.
 # Copyright 1997-2007 by Easy Software Products, all rights reserved.
 #
 # These coded instructions, statements, and computer programs are the
@@ -266,13 +266,13 @@ debugcheck:       all unittests
 #
 
 apihelp:
-       for dir in cgi-bin cups filter ppdc scheduler; do\
+       for dir in cups filter; do\
                echo Generating API help in $$dir... ;\
                (cd $$dir; $(MAKE) $(MFLAGS) apihelp) || exit 1;\
        done
 
 framedhelp:
-       for dir in cgi-bin cups filter ppdc scheduler; do\
+       for dir in cups filter; do\
                echo Generating framed API help in $$dir... ;\
                (cd $$dir; $(MAKE) $(MFLAGS) framedhelp) || exit 1;\
        done