]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / doc / Makefile
CommitLineData
ef416fc2 1#
bd7854cb 2# "$Id: Makefile 5124 2006-02-17 16:05:21Z mike $"
ef416fc2 3#
4# Documentation makefile for the Common UNIX Printing System (CUPS).
5#
bd7854cb 6# Copyright 1993-2006 by Easy Software Products.
ef416fc2 7#
8# These coded instructions, statements, and computer programs are the
9# property of Easy Software Products and are protected by Federal
10# copyright law. Distribution and use rights are outlined in the file
11# "LICENSE.txt" which should have been included with this file. If this
12# file is missing or damaged please contact Easy Software Products
13# at:
14#
15# Attn: CUPS Licensing Information
16# Easy Software Products
17# 44141 Airport View Drive, Suite 204
18# Hollywood, Maryland 20636 USA
19#
20# Voice: (301) 373-9600
21# EMail: cups-info@cups.org
22# WWW: http://www.cups.org
23#
24
25include ../Makedefs
26
27#
28# Document files...
29#
30
bd7854cb 31LANGUAGES = ja
ef416fc2 32WEBPAGES = cups.css cupsdoc.css index.html robots.txt
bd7854cb 33WEBBUTTONS = \
ef416fc2 34 images/accept-jobs.gif \
35 images/add-class.gif \
36 images/add-printer.gif \
37 images/add-this-printer.gif \
ef416fc2 38 images/cancel.gif \
39 images/cancel-all-jobs.gif \
40 images/cancel-job.gif \
41 images/change-settings.gif \
ef416fc2 42 images/continue.gif \
43 images/delete-class.gif \
44 images/delete-printer.gif \
ef416fc2 45 images/edit-configuration-file.gif \
4400e98d 46 images/export-samba.gif \
ef416fc2 47 images/help.gif \
48 images/hold-job.gif \
ef416fc2 49 images/manage-classes.gif \
50 images/manage-jobs.gif \
51 images/manage-printers.gif \
52 images/manage-server.gif \
53 images/modify-class.gif \
54 images/modify-printer.gif \
fa73b229 55 images/move-job.gif \
56 images/move-jobs.gif \
ef416fc2 57 images/print-test-page.gif \
58 images/publish-printer.gif \
59 images/reject-jobs.gif \
60 images/release-job.gif \
61 images/restart-job.gif \
62 images/save-changes.gif \
63 images/search.gif \
64 images/set-allowed-users.gif \
65 images/set-as-default.gif \
66 images/set-printer-options.gif \
67 images/show-active.gif \
fa73b229 68 images/show-all.gif \
ef416fc2 69 images/show-completed.gif \
fa73b229 70 images/show-next.gif \
71 images/show-previous.gif \
72 images/sort-ascending.gif \
73 images/sort-descending.gif \
ef416fc2 74 images/start-class.gif \
75 images/start-printer.gif \
76 images/stop-class.gif \
77 images/stop-printer.gif \
ef416fc2 78 images/unpublish-printer.gif \
79 images/use-default-config.gif \
80 images/view-access-log.gif \
81 images/view-error-log.gif \
82 images/view-page-log.gif
bd7854cb 83WEBIMAGES = \
84 favicon.ico \
85 images/bottom-left.gif \
86 images/bottom-right.gif \
87 images/classes.gif \
88 images/esp-logo.gif \
89 images/happy.gif \
90 images/logo.gif \
91 images/printer-idle.gif \
92 images/printer-processing.gif \
93 images/printer-stopped.gif \
94 images/tab-left.gif \
95 images/tab-right.gif \
96 images/top-left.gif \
97 images/top-middle.gif \
98 images/top-right.gif
ef416fc2 99HELPFILES = \
100 help/access_log-reference.html \
101 help/api-array.html \
102 help/api-cups.html \
103 help/api-filedir.html \
104 help/api-filter.html \
105 help/api-httpipp.html \
106 help/api-ppd.html \
107 help/classes-conf-reference.html \
108 help/client-conf-reference.html \
109 help/cupsd-conf-reference.html \
110 help/error_log-reference.html \
111 help/page_log-reference.html \
112 help/printers-conf-reference.html \
113 help/subscriptions-conf-reference.html \
114 help/man-accept.html \
115 help/man-backend.html \
bd7854cb 116 help/man-cancel.html \
117 help/man-classes.conf.html \
ef416fc2 118 help/man-cupsaddsmb.html \
119 help/man-cups-config.html \
120 help/man-cupsd.html \
bd7854cb 121 help/man-cupsd.conf.html \
ef416fc2 122 help/man-cupsenable.html \
123 help/man-cups-lpd.html \
124 help/man-cups-polld.html \
125 help/man-cupstestppd.html \
126 help/man-filter.html \
127 help/man-lpadmin.html \
128 help/man-lpc.html \
129 help/man-lp.html \
130 help/man-lpinfo.html \
131 help/man-lpmove.html \
132 help/man-lpoptions.html \
133 help/man-lppasswd.html \
134 help/man-lpq.html \
135 help/man-lpr.html \
136 help/man-lprm.html \
137 help/man-lpstat.html \
bd7854cb 138 help/man-mime.convs.html \
139 help/man-mime.types.html \
140 help/man-printers.conf.html \
ef416fc2 141 help/network.html \
142 help/overview.html \
fa73b229 143 help/spec-ipp.html \
ef416fc2 144 help/spec-ppd.html \
145 help/standard.html \
146 help/whatsnew.html
147
148
149#
150# Make all documents...
151#
152
153all:
154
155
156#
157# Remove all generated files...
158#
159
160clean:
161
162
163#
164# Install all documentation files...
165#
166
fa73b229 167install: all
bd7854cb 168 $(INSTALL_DIR) -m 755 $(DOCDIR)
ef416fc2 169 for file in $(WEBPAGES); do \
170 $(INSTALL_MAN) $$file $(DOCDIR); \
171 done
bd7854cb 172 $(INSTALL_DIR) -m 755 $(DOCDIR)/help
ef416fc2 173 for file in $(HELPFILES); do \
174 $(INSTALL_MAN) $$file $(DOCDIR)/help; \
175 done
bd7854cb 176 $(INSTALL_DIR) -m 755 $(DOCDIR)/images
177 for file in $(WEBIMAGES) $(WEBBUTTONS); do \
ef416fc2 178 $(INSTALL_MAN) $$file $(DOCDIR)/images; \
179 done
bd7854cb 180 for lang in $(LANGUAGES); do \
181 $(INSTALL_DIR) -m 755 $(DOCDIR)/$$lang/images; \
182 $(INSTALL_MAN) $$lang/index.html $(DOCDIR)/$$lang; \
183 for file in $(WEBBUTTONS); do \
184 $(INSTALL_MAN) $$lang/$$file $(DOCDIR)/$$lang/images; \
185 done \
186 done
ef416fc2 187
188
189#
190# End of Makefile.
191#