summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-01-07 22:07:35 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-01-07 22:07:35 -0500
commitf294fe22fd8ea4283a4bbaa3093b98549750b43d (patch)
tree7e7755833d1e96e592e61d0b22811df6c17833dd /filter
parent1de4cd2b2e195f54ec6e24dcab2d0bc2dbb9d0d5 (diff)
downloadcups-f294fe22fd8ea4283a4bbaa3093b98549750b43d.tar.gz
Use codedoc now instead of mxmldoc.
Dump all of the docset stuff - Xcode no longer supports it... :(
Diffstat (limited to 'filter')
-rw-r--r--filter/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/Makefile b/filter/Makefile
index 696206aa7..84dd68f1b 100644
--- a/filter/Makefile
+++ b/filter/Makefile
@@ -1,7 +1,7 @@
#
# Filter makefile for CUPS.
#
-# Copyright © 2007-2018 by Apple Inc.
+# Copyright © 2007-2019 by Apple Inc.
# Copyright © 1997-2006 by Easy Software Products.
#
# Licensed under Apache License v2.0. See the file "LICENSE" for more
@@ -126,25 +126,25 @@ uninstall:
apihelp:
echo Generating CUPS API help files...
- mxmldoc --section "Programming" \
+ codedoc --section "Programming" \
--title "Developing PostScript Printer Drivers" \
--css ../doc/cups-printable.css \
--header postscript-driver.header \
--intro postscript-driver.shtml \
>../doc/help/postscript-driver.html
- mxmldoc --section "Programming" \
+ codedoc --section "Programming" \
--title "Introduction to the PPD Compiler" \
--css ../doc/cups-printable.css \
--header ppd-compiler.header \
--intro ppd-compiler.shtml \
>../doc/help/ppd-compiler.html
- mxmldoc --section "Programming" \
+ codedoc --section "Programming" \
--title "Developing Raster Printer Drivers" \
--css ../doc/cups-printable.css \
--header raster-driver.header \
--intro raster-driver.shtml \
>../doc/help/raster-driver.html
- mxmldoc --section "Specifications" \
+ codedoc --section "Specifications" \
--title "CUPS PPD Extensions" \
--css ../doc/cups-printable.css \
--header spec-ppd.header \