]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.in
Prep for 1.7rc1.
[thirdparty/cups.git] / configure.in
index 6e3977bea90ef61a772b85c613fffe8140949759..fd0e079db5a23dbac2db5ae0fbab5488fe22b611 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: configure.in 7833 2008-08-04 20:55:13Z mike $"
+dnl "$Id$"
 dnl
 dnl   Configuration script for CUPS.
 dnl
@@ -60,6 +60,7 @@ AC_SUBST(INSTALL_LANGUAGES)
 AC_SUBST(UNINSTALL_LANGUAGES)
 
 AC_OUTPUT(Makedefs
+         conf/cups-files.conf
          conf/cupsd.conf
          conf/mime.convs
          conf/pam.std
@@ -67,13 +68,16 @@ AC_OUTPUT(Makedefs
          cups-config
          data/testprint
          desktop/cups.desktop
+         doc/help/ref-cups-files-conf.html
          doc/help/ref-cupsd-conf.html
          doc/help/standard.html
          doc/index.html
          man/client.conf.man
          man/cups-deviced.man
          man/cups-driverd.man
+         man/cups-files.conf.man
          man/cups-lpd.man
+         man/cups-snmp.man
          man/cupsaddsmb.man
          man/cupsd.conf.man
          man/cupsd.man
@@ -89,5 +93,5 @@ AC_OUTPUT(Makedefs
 chmod +x cups-config
 
 dnl
-dnl End of "$Id: configure.in 7833 2008-08-04 20:55:13Z mike $".
+dnl End of "$Id$".
 dnl