Index: doc/help/standard.html.in =================================================================== --- doc/help/standard.html.in (revision 6458) +++ doc/help/standard.html.in (working copy) @@ -56,6 +56,10 @@ @CUPS_BROWSE_SHORT_NAMES@ + MaxCopies + @CUPS_MAX_COPIES@ + + ConfigFilePerm @CUPS_CONFIG_FILE_PERM@ Index: doc/help/ref-cupsd-conf.html.in =================================================================== --- doc/help/ref-cupsd-conf.html.in (revision 6458) +++ doc/help/ref-cupsd-conf.html.in (working copy) @@ -1934,7 +1934,7 @@

The MaxCopies directive controls the maximum number of copies that a user can print of a job. The default is -100 copies.

+@CUPS_MAX_COPIES@ copies.

Note: Index: configure.in =================================================================== --- configure.in (revision 6458) +++ configure.in (working copy) @@ -77,8 +77,8 @@ AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh init/cups-lpd cups-config conf/cupsd.conf conf/pam.std doc/index.html - doc/help/standard.html man/client.conf.man - man/cups-deviced.man man/cups-driverd.man + doc/help/ref-cupsd-conf.html doc/help/standard.html + man/client.conf.man man/cups-deviced.man man/cups-driverd.man man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man man/cupsd.conf.man man/lpoptions.man templates/edit-config.tmpl templates/header.tmpl