]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
More documentation install cleanup.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Apr 2014 20:59:56 +0000 (20:59 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Apr 2014 20:59:56 +0000 (20:59 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11820 a1ca3aef-8c08-0410-bb20-df032aa958be

doc/Makefile
man/Makefile

index 66c96e900b313b28d3c3bd248484c3c4232e130f..f3e59405d6aaade283f7060b7190ce1c86a91f1e 100644 (file)
@@ -64,13 +64,16 @@ HELPFILES   =       \
                        help/license.html \
                        help/man-backend.html \
                        help/man-cancel.html \
+                       help/man-classes.conf.html \
                        help/man-client.conf.html \
                        help/man-cups.html \
                        help/man-cups-config.html \
+                       help/man-cups-files.conf.html \
                        help/man-cups-lpd.html \
                        help/man-cups-snmp.html \
                        help/man-cupsaccept.html \
                        help/man-cupsaddsmb.html \
+                       help/man-cupsd.conf.html \
                        help/man-cupsd.html \
                        help/man-cupsd-helper.html \
                        help/man-cupsenable.html \
@@ -97,6 +100,8 @@ HELPFILES    =       \
                        help/man-ppdi.html \
                        help/man-ppdmerge.html \
                        help/man-ppdpo.html \
+                       help/man-printers.conf.html \
+                       help/man-subscriptions.conf.html \
                        help/network.html \
                        help/options.html \
                        help/overview.html \
index b85e46bef456d0f8904751c75e01ea43859cc9fb..3e3ada05bbf130859d608ee269076f71867e729f 100644 (file)
@@ -143,6 +143,10 @@ install-data: all
        done
        $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
        $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT)
+       for file in cups-deviced cups-driverd cups-exec; do \
+               $(RM) $(AMANDIR)/man$(MAN8DIR)/$$file.$(MAN8EXT); \
+               $(LN) cupsd-helper.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/$$file.$(MAN8EXT); \
+       done
 
 
 #