]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Add new administrative APis help.
[thirdparty/cups.git] / Makefile
index 1bc05d4f634d4aa4900c701588bb43d2328f0aa5..1698bd44a1b7da3dd505cb94f8898b7486bd8a39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -271,12 +271,6 @@ apihelp:
                (cd $$dir; $(MAKE) $(MFLAGS) apihelp) || exit 1;\
        done
 
-framedhelp:
-       for dir in cups filter; do\
-               echo Generating framed API help in $$dir... ;\
-               (cd $$dir; $(MAKE) $(MFLAGS) framedhelp) || exit 1;\
-       done
-
 
 #
 # Create an Xcode docset using Mini-XML's mxmldoc (http://www.msweet.org/)...