]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / doc / Makefile
CommitLineData
ef416fc2 1#
b423cd4c 2# "$Id: Makefile 5192 2006-02-27 03:08:47Z mike $"
ef416fc2 3#
4# Documentation makefile for the Common UNIX Printing System (CUPS).
5#
b423cd4c 6# Copyright 1997-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 \
b423cd4c 42 images/clean-print-heads.gif \
ef416fc2 43 images/continue.gif \
44 images/delete-class.gif \
45 images/delete-printer.gif \
ef416fc2 46 images/edit-configuration-file.gif \
4400e98d 47 images/export-samba.gif \
ef416fc2 48 images/help.gif \
49 images/hold-job.gif \
ef416fc2 50 images/manage-classes.gif \
51 images/manage-jobs.gif \
52 images/manage-printers.gif \
53 images/manage-server.gif \
54 images/modify-class.gif \
55 images/modify-printer.gif \
fa73b229 56 images/move-job.gif \
57 images/move-jobs.gif \
b423cd4c 58 images/print-self-test-page.gif \
ef416fc2 59 images/print-test-page.gif \
60 images/publish-printer.gif \
61 images/reject-jobs.gif \
62 images/release-job.gif \
63 images/restart-job.gif \
64 images/save-changes.gif \
65 images/search.gif \
66 images/set-allowed-users.gif \
67 images/set-as-default.gif \
68 images/set-printer-options.gif \
69 images/show-active.gif \
fa73b229 70 images/show-all.gif \
ef416fc2 71 images/show-completed.gif \
fa73b229 72 images/show-next.gif \
73 images/show-previous.gif \
74 images/sort-ascending.gif \
75 images/sort-descending.gif \
ef416fc2 76 images/start-class.gif \
77 images/start-printer.gif \
78 images/stop-class.gif \
79 images/stop-printer.gif \
ef416fc2 80 images/unpublish-printer.gif \
81 images/use-default-config.gif \
82 images/view-access-log.gif \
83 images/view-error-log.gif \
84 images/view-page-log.gif
bd7854cb 85WEBIMAGES = \
86 favicon.ico \
87 images/bottom-left.gif \
88 images/bottom-right.gif \
89 images/classes.gif \
90 images/esp-logo.gif \
91 images/happy.gif \
92 images/logo.gif \
93 images/printer-idle.gif \
94 images/printer-processing.gif \
95 images/printer-stopped.gif \
96 images/tab-left.gif \
97 images/tab-right.gif \
98 images/top-left.gif \
99 images/top-middle.gif \
100 images/top-right.gif
ef416fc2 101HELPFILES = \
102 help/access_log-reference.html \
103 help/api-array.html \
104 help/api-cups.html \
105 help/api-filedir.html \
106 help/api-filter.html \
107 help/api-httpipp.html \
108 help/api-ppd.html \
b423cd4c 109 help/api-raster.html \
ef416fc2 110 help/classes-conf-reference.html \
111 help/client-conf-reference.html \
112 help/cupsd-conf-reference.html \
113 help/error_log-reference.html \
114 help/page_log-reference.html \
115 help/printers-conf-reference.html \
116 help/subscriptions-conf-reference.html \
117 help/man-accept.html \
118 help/man-backend.html \
bd7854cb 119 help/man-cancel.html \
120 help/man-classes.conf.html \
b423cd4c 121 help/man-client.conf.html \
ef416fc2 122 help/man-cupsaddsmb.html \
123 help/man-cups-config.html \
124 help/man-cupsd.html \
bd7854cb 125 help/man-cupsd.conf.html \
ef416fc2 126 help/man-cupsenable.html \
127 help/man-cups-lpd.html \
128 help/man-cups-polld.html \
129 help/man-cupstestppd.html \
130 help/man-filter.html \
131 help/man-lpadmin.html \
132 help/man-lpc.html \
133 help/man-lp.html \
134 help/man-lpinfo.html \
135 help/man-lpmove.html \
136 help/man-lpoptions.html \
137 help/man-lppasswd.html \
138 help/man-lpq.html \
139 help/man-lpr.html \
140 help/man-lprm.html \
141 help/man-lpstat.html \
bd7854cb 142 help/man-mime.convs.html \
143 help/man-mime.types.html \
144 help/man-printers.conf.html \
ef416fc2 145 help/network.html \
146 help/overview.html \
b423cd4c 147 help/spec-command.html \
fa73b229 148 help/spec-ipp.html \
ef416fc2 149 help/spec-ppd.html \
150 help/standard.html \
151 help/whatsnew.html
152
153
154#
155# Make all documents...
156#
157
158all:
159
160
161#
162# Remove all generated files...
163#
164
165clean:
166
167
168#
169# Install all documentation files...
170#
171
fa73b229 172install: all
bd7854cb 173 $(INSTALL_DIR) -m 755 $(DOCDIR)
ef416fc2 174 for file in $(WEBPAGES); do \
175 $(INSTALL_MAN) $$file $(DOCDIR); \
176 done
bd7854cb 177 $(INSTALL_DIR) -m 755 $(DOCDIR)/help
ef416fc2 178 for file in $(HELPFILES); do \
179 $(INSTALL_MAN) $$file $(DOCDIR)/help; \
180 done
bd7854cb 181 $(INSTALL_DIR) -m 755 $(DOCDIR)/images
182 for file in $(WEBIMAGES) $(WEBBUTTONS); do \
ef416fc2 183 $(INSTALL_MAN) $$file $(DOCDIR)/images; \
184 done
bd7854cb 185 for lang in $(LANGUAGES); do \
186 $(INSTALL_DIR) -m 755 $(DOCDIR)/$$lang/images; \
187 $(INSTALL_MAN) $$lang/index.html $(DOCDIR)/$$lang; \
188 for file in $(WEBBUTTONS); do \
189 $(INSTALL_MAN) $$lang/$$file $(DOCDIR)/$$lang/images; \
190 done \
191 done
ef416fc2 192
193
194#
195# End of Makefile.
196#