]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/Makefile
Drop API help for CGI, MIME, and PPD compiler libraries.
[thirdparty/cups.git] / cgi-bin / Makefile
index 1ebef2ed75801d8664c038fbe59fe0ad64cfbc72..6bc1dbaebf38eb0b8f5f704045a71c879b70a073 100644 (file)
@@ -179,31 +179,11 @@ uninstall:
        $(RM) $(LIBDIR)/libcupscgi.so
        $(RM) $(LIBDIR)/libcupscgi.so.1
        -$(RMDIR) $(LIBDIR)
-       $(RM) $(INCLUDEDIR)/cups/cgi.h
-       $(RM) $(INCLUDEDIR)/cups/help-index.h
-       -$(RMDIR) $(INCLUDEDIR)/cups
-
-
-#
-# Automatic API help files...
-#
-
-apihelp:
-       mxmldoc --section "Programming" \
-               --title "CGI API" \
-               --css ../doc/cups-printable.css \
-               --header api-cgi.header --intro api-cgi.shtml \
-               cgi.h help-index.h $(LIBOBJS:.o=.c) >../doc/help/api-cgi.html
-       mxmldoc --tokens help/api-cgi.html api-cgi.xml >../doc/help/api-cgi.tokens
-       $(RM) api-cgi.xml
-
-framedhelp:
-       mxmldoc --framed api-cgi \
-               --section "Programming" \
-               --title "CGI API" \
-               --css ../doc/cups-printable.css \
-               --header api-cgi.header --intro api-cgi.shtml \
-               cgi.h help-index.h $(LIBOBJS:.o=.c)
+       -if test "x$(privateinclude)" != x; then \
+               $(RM) $(PRIVATEINCLUDE)/cgi.h; \
+               $(RM) $(PRIVATEINCLUDE)/help-index.h; \
+               $(RMDIR) $(PRIVATEINCLUDE); \
+       fi
 
 
 #