summaryrefslogtreecommitdiff
path: root/scheduler/Makefile
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 /scheduler/Makefile
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 'scheduler/Makefile')
-rw-r--r--scheduler/Makefile28
1 files changed, 4 insertions, 24 deletions
diff --git a/scheduler/Makefile b/scheduler/Makefile
index 8b21f993a..715d88fdd 100644
--- a/scheduler/Makefile
+++ b/scheduler/Makefile
@@ -307,8 +307,10 @@ uninstall:
$(RM) $(LIBDIR)/libcupsmime.so
$(RM) $(LIBDIR)/libcupsmime.so.1
-$(RMDIR) $(LIBDIR)
- $(RM) $(INCLUDEDIR)/cups/mime.h
- -$(RMDIR) $(INCLUDEDIR)/cups
+ -if test "x$(privateinclude)" != x; then \
+ $(RM) $(PRIVATEINCLUDE)/mime.h; \
+ $(RMDIR) $(PRIVATEINCLUDE); \
+ fi
if test "x$(INITDIR)" != x; then \
echo Uninstalling init scripts...; \
$(RM) $(BUILDROOT)$(INITDIR)/init.d/cups; \
@@ -349,28 +351,6 @@ uninstall:
#
-# Automatic API help files...
-#
-
-apihelp:
- mxmldoc --section "Programming" \
- --title "MIME API" \
- --css ../doc/cups-printable.css \
- --header api-mime.header --intro api-mime.shtml \
- mime.h $(LIBOBJS:.o=.c) >../doc/help/api-mime.html
- mxmldoc --tokens help/api-mime.html api-mime.xml >../doc/help/api-mime.tokens
- $(RM) api-mime.xml
-
-framedhelp:
- mxmldoc --framed api-mime \
- --section "Programming" \
- --title "MIME API" \
- --css ../doc/cups-printable.css \
- --header api-mime.header --intro api-mime.shtml \
- mime.h $(LIBOBJS:.o=.c)
-
-
-#
# Make the scheduler executable, "cupsd".
#