summaryrefslogtreecommitdiff
path: root/ppdc/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 /ppdc/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 'ppdc/Makefile')
-rw-r--r--ppdc/Makefile29
1 files changed, 4 insertions, 25 deletions
diff --git a/ppdc/Makefile b/ppdc/Makefile
index 098029fff..49b93e92d 100644
--- a/ppdc/Makefile
+++ b/ppdc/Makefile
@@ -205,31 +205,10 @@ uninstall:
$(RM) $(LIBDIR)/libcupsppdc.so
$(RM) $(LIBDIR)/libcupsppdc.so.1
-$(RMDIR) $(LIBDIR)
- $(RM) $(INCLUDEDIR)/cups/ppdc.h
- -$(RMDIR) $(INCLUDEDIR)/cups
-
-
-#
-# Automatic API help files...
-#
-
-apihelp:
- mxmldoc --section "Programming" \
- --title "PPD Compiler API" \
- --css ../doc/cups-printable.css \
- --header api-ppdc.header --intro api-ppdc.shtml \
- api-ppdc.xml \
- ppdc.h $(LIBOBJS:.o=.cxx) >../doc/help/api-ppdc.html
- mxmldoc --tokens help/api-ppdc.html api-ppdc.xml >../doc/help/api-ppdc.tokens
- $(RM) api-ppdc.xml
-
-framedhelp:
- mxmldoc --framed api-ppdc \
- --section "Programming" \
- --title "PPD Compiler API" \
- --css ../doc/cups-printable.css \
- --header api-ppdc.header --intro api-ppdc.shtml \
- ppdc.h $(LIBOBJS:.o=.cxx)
+ -if test "x$(privateinclude)" != x; then \
+ $(RM) $(PRIVATEINCLUDE)/ppdc.h; \
+ $(RMDIR) $(PRIVATEINCLUDE); \
+ fi
#