X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=filter%2FMakefile;h=06a31d5e165e9dbfd9ae1231b1f4739b7e472a16;hp=c181b3f3e8af4262faf06a023f641c82d65d2f1b;hb=b423cd4cb9fa8cf030cc046a59c28196f3edf6b4;hpb=ecdc06282a65bd04f801c877d2ceb83106d737e1 diff --git a/filter/Makefile b/filter/Makefile index c181b3f3e..06a31d5e1 100644 --- a/filter/Makefile +++ b/filter/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 5089 2006-02-08 04:05:01Z mike $" +# "$Id: Makefile 5192 2006-02-27 03:08:47Z mike $" # # Filter makefile for the Common UNIX Printing System (CUPS). # @@ -103,6 +103,17 @@ installhdrs: $(INSTALL_DATA) raster.h $(INCLUDEDIR)/cups +# +# Automatic API help files... +# + +apihelp: + echo Generating CUPS API help files... + mxmldoc --section "Programming" --title "Raster API" \ + --intro api-raster.shtml \ + raster.h interpret.c raster.c >../doc/help/api-raster.html + + # # formtops # @@ -284,5 +295,5 @@ include Dependencies # -# End of "$Id: Makefile 5089 2006-02-08 04:05:01Z mike $". +# End of "$Id: Makefile 5192 2006-02-27 03:08:47Z mike $". #