]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/Makefile
Merge CUPS 1.4svn-r7319.
[thirdparty/cups.git] / cups / Makefile
index 4ea63e200b40a93d246562bdaa563a3411aaa3ab..eb94eac136cb64da9bb843b903bf8d13ab5a470f 100644 (file)
@@ -97,6 +97,7 @@ HEADERS       =       \
                ipp.h \
                language.h \
                ppd.h \
+               raster.h \
                sidechannel.h \
                snmp.h \
                transcode.h \
@@ -478,8 +479,8 @@ apihelp:
                --title "Filter and Backend Programming" \
                --css ../doc/cups-printable.css \
                --header api-filter.header --intro api-filter.shtml \
-               backchannel.c backend.h sidechannel.c sidechannel.h \
-               >../doc/help/api-filter.html
+               backchannel.c backend.h backend.c sidechannel.c sidechannel.h \
+               snmp.c snmp.h >../doc/help/api-filter.html
 
 framedhelp:
        echo Generating CUPS API help files...
@@ -499,31 +500,32 @@ framedhelp:
                --header api-cups.header --intro api-cups.shtml \
                cups.h dest.c getputfile.c language.c notify.c \
                options.c tempfile.c usersys.c \
-               util.c >../doc/help/api-cups.html
+               util.c
        mxmldoc --framed api-filedir \
                --section "Programming" --title "File and Directory APIs" \
                --css ../doc/cups-printable.css \
                --header api-filedir.header --intro api-filedir.shtml \
-               file.h file.c dir.h dir.c >../doc/help/api-filedir.html
+               file.h file.c dir.h dir.c
        mxmldoc --framed api-ppd \
                --section "Programming" --title "PPD API" \
                --css ../doc/cups-printable.css \
                --header api-ppd.header --intro api-ppd.shtml \
                ppd.h attr.c custom.c emit.c localize.c mark.c page.c \
-               ppd.c >../doc/help/api-ppd.html
+               ppd.c
        mxmldoc --framed api-httpipp \
                --section "Programming" --title "HTTP and IPP APIs" \
                --css ../doc/cups-printable.css \
                --header api-httpipp.header --intro api-httpipp.shtml \
                http.h ipp.h auth.c encode.c http.c http-addr.c \
                http-support.c ipp.c ipp-support.c md5passwd.c \
-               request.c >../doc/help/api-httpipp.html
+               request.c
        mxmldoc --framed api-filter \
                --section "Programming" \
                --title "Filter and Backend Programming" \
                --css ../doc/cups-printable.css \
                --header api-filter.header --intro api-filter.shtml \
-               backchannel.c backend.h sidechannel.c sidechannel.h
+               backchannel.c backend.h backend.c sidechannel.c sidechannel.h \
+               snmp.c snmp.h
 
 
 #