summaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-04-12 07:00:21 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-04-12 07:00:21 -0400
commitd825017aa0d372b0c72e777b7fd7b4e61a2f544e (patch)
treed76489c67281d9f6c7db017c6bfce414deaad7f8 /cgi-bin
parent27453efb8716d3d28f2d79ab0895eae484868168 (diff)
downloadcups-d825017aa0d372b0c72e777b7fd7b4e61a2f544e.tar.gz
Drop API help for CGI, MIME, and PPD compiler libraries.
Don't uninstall public headers, these are all now private headers.
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/Makefile30
-rw-r--r--cgi-bin/api-cgi.header34
-rw-r--r--cgi-bin/api-cgi.shtml17
3 files changed, 5 insertions, 76 deletions
diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile
index 1ebef2ed7..6bc1dbaeb 100644
--- a/cgi-bin/Makefile
+++ b/cgi-bin/Makefile
@@ -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
#
diff --git a/cgi-bin/api-cgi.header b/cgi-bin/api-cgi.header
deleted file mode 100644
index e3355a6b9..000000000
--- a/cgi-bin/api-cgi.header
+++ /dev/null
@@ -1,34 +0,0 @@
-<!--
- "$Id: api-array.header 8087 2008-10-27 21:37:05Z mike $"
-
- CGI API header for CUPS.
-
- Copyright 2009 by Apple Inc.
-
- 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/".
--->
-
-<h1 class='title'>CGI API</h1>
-
-<div class='summary'><table summary='General Information'>
-<thead>
-<tr>
- <th>Header</th>
- <th>cups/cgi.h</th>
-</tr>
-</thead>
-<tbody>
-<tr>
- <th>Library</th>
- <td>-lcupscgi</td>
-</tr>
-<tr>
- <th>See Also</th>
- <td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a></td>
-</tr>
-</tbody>
-</table></div>
diff --git a/cgi-bin/api-cgi.shtml b/cgi-bin/api-cgi.shtml
deleted file mode 100644
index cf0413a5e..000000000
--- a/cgi-bin/api-cgi.shtml
+++ /dev/null
@@ -1,17 +0,0 @@
-<!--
- "$Id: api-array.shtml 7616 2008-05-28 00:34:13Z mike $"
-
- CGI API introduction for CUPS.
-
- Copyright 2009 by Apple Inc.
-
- 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/".
--->
-
-<h2 class='title'><a name='OVERVIEW'>Overview</a></h2>
-
-<p>The CGI API provides Common Gateway Interface functions for CUPS.</p>