~ubuntu-branches/ubuntu/natty/bluefish/natty-proposed

« back to all changes in this revision

Viewing changes to inline_images/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Davide Puricelli (evo)
  • Date: 2005-04-23 17:05:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050423170518-pb8zi3vg32cm6g04
Tags: 1.0-1
* Acknowledge NMU, thanks Leo; closes: #291222.
* Updated debian/ files, thanks Daniel Leidert. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# this script can help to find files that are actually not in use, run it from the basedir:
 
2
#
 
3
#for file in inline_images/*.png; do
 
4
#       BASE=`echo $file | sed -e 's/.png//' -e 's?inline_images/??'`
 
5
#       if ! egrep -q "[\\t ]*\{[0-9]+, ${BASE}\}" src/pixmap.c ; then
 
6
#               if grep -q "^[^#]*${BASE} ${BASE}.png" inline_images/Makefile; then
 
7
#                       echo $BASE
 
8
#               fi
 
9
#       fi
 
10
#done
 
11
 
 
12
TOOLBAR = \
 
13
        pixmap_abbr abbr.png \
 
14
        pixmap_acronym acronym.png \
 
15
        pixmap_anchor anchor.png \
 
16
        pixmap_bluefish_icon1 bluefish_icon1.png \
 
17
        pixmap_body body.png \
 
18
        pixmap_bold bold.png \
 
19
        pixmap_bookmarks bookmarks.png \
 
20
        pixmap_brbreak brbreak.png \
 
21
        pixmap_breakall breakall.png \
 
22
        pixmap_center center.png \
 
23
        pixmap_cite cite.png \
 
24
        pixmap_close close.png \
 
25
        pixmap_code code.png \
 
26
        pixmap_color_select color_select.png \
 
27
        pixmap_comment comment.png \
 
28
        pixmap_context context.png \
 
29
        pixmap_css_small css_small.png \
 
30
        pixmap_cssdiv cssdiv.png \
 
31
        pixmap_cssnewstyle cssnewstyle.png \
 
32
        pixmap_cssspan cssspan.png \
 
33
        pixmap_cssstyle cssstyle.png \
 
34
        pixmap_dfn dfn.png \
 
35
        pixmap_email email.png \
 
36
        pixmap_embed embed.png \
 
37
        pixmap_filetree filetree.png \
 
38
        pixmap_font font.png \
 
39
        pixmap_font_base font_base.png \
 
40
        pixmap_fonth1 fonth1.png \
 
41
        pixmap_fonth2 fonth2.png \
 
42
        pixmap_fonth3 fonth3.png \
 
43
        pixmap_fonth4 fonth4.png \
 
44
        pixmap_fonth5 fonth5.png \
 
45
        pixmap_fonth6 fonth6.png \
 
46
        pixmap_fontm1 fontm1.png \
 
47
        pixmap_fontp1 fontp1.png \
 
48
        pixmap_fontpre fontpre.png \
 
49
        pixmap_fontsub fontsub.png \
 
50
        pixmap_fontsuper fontsuper.png \
 
51
        pixmap_form form.png \
 
52
        pixmap_form_check form_check.png \
 
53
        pixmap_form_hidden form_hidden.png \
 
54
        pixmap_form_option form_option.png \
 
55
        pixmap_form_radio form_radio.png \
 
56
        pixmap_form_select form_select.png \
 
57
        pixmap_form_submit form_submit.png \
 
58
        pixmap_form_text form_text.png \
 
59
        pixmap_form_textarea form_textarea.png \
 
60
        pixmap_form_optiongroup form_optiongroup.png \
 
61
        pixmap_frame frame.png \
 
62
        pixmap_frame2 frame2.png \
 
63
        pixmap_frame_base frame_base.png \
 
64
        pixmap_frame_no frame_no.png \
 
65
        pixmap_frameset frameset.png \
 
66
        pixmap_frameset2 frameset2.png \
 
67
        pixmap_framewhiz framewhiz.png \
 
68
        pixmap_fref fref.png \
 
69
        pixmap_frdialog frdialog.png \
 
70
        pixmap_frinfo frinfo.png \
 
71
        pixmap_frsearch frsearch.png \
 
72
        pixmap_headings headings.png \
 
73
        pixmap_hrule hrule.png \
 
74
        pixmap_image image.png \
 
75
        pixmap_indent indent.png \
 
76
        pixmap_italic italic.png \
 
77
        pixmap_kbd kbd.png \
 
78
        pixmap_linkstylesheet linkstylesheet.png \
 
79
        pixmap_list list.png \
 
80
        pixmap_list_dd list_dd.png \
 
81
        pixmap_list_dl list_dl.png \
 
82
        pixmap_list_dt list_dt.png \
 
83
        pixmap_list_li list_li.png \
 
84
        pixmap_list_ol list_ol.png \
 
85
        pixmap_list_ul list_ul.png \
 
86
        pixmap_meta meta.png \
 
87
        pixmap_multithumbs multithumbs.png \
 
88
        pixmap_nbsp nbsp.png \
 
89
        pixmap_new new.png \
 
90
        pixmap_nothing nothing.png \
 
91
        pixmap_open_small open_small.png \
 
92
        pixmap_paragraph paragraph.png \
 
93
        pixmap_php3 php3.png \
 
94
        pixmap_prefseditor prefs-editor.png \
 
95
        pixmap_prefsfiletypes prefs-filetypes.png \
 
96
        pixmap_prefsinterface prefs-interface.png \
 
97
        pixmap_prefsexternal prefs-external.png \
 
98
        pixmap_prefshtml prefs-html.png \
 
99
        pixmap_prefsoutputparser prefs-outputparser.png \
 
100
        pixmap_prefsfiles prefs-files.png \
 
101
        pixmap_prefsimages prefs-images.png \
 
102
        pixmap_prefssyntax prefs-syntax.png \
 
103
        pixmap_quick_start quick_start.png \
 
104
        pixmap_right right.png \
 
105
        pixmap_samp samp.png \
 
106
        pixmap_table table.png \
 
107
        pixmap_table2 table2.png \
 
108
        pixmap_table_capt table_capt.png \
 
109
        pixmap_table_td table_td.png \
 
110
        pixmap_table_td2 table_td2.png \
 
111
        pixmap_table_th table_th.png \
 
112
        pixmap_table_th2 table_th2.png \
 
113
        pixmap_table_tr table_tr.png \
 
114
        pixmap_table_tr2 table_tr2.png \
 
115
        pixmap_tablewhiz tablewhiz.png \
 
116
        pixmap_thumbnail thumbnail.png \
 
117
        pixmap_underline underline.png \
 
118
        pixmap_unindent unindent.png \
 
119
        pixmap_var var.png \
 
120
        pixmap_view_in_browser view_in_browser.png
 
121
#       cancel cancel.png \
 
122
#       copy copy.png \
 
123
#       cssclass cssclass.png \
 
124
#       cut cut.png \
 
125
#       dtd dtd.png \
 
126
#       help help.png \
 
127
#       image_map image_map.png \
 
128
#       javascript_mouseover javascript_mouseover.png \
 
129
#       javascript_netscape javascript_netscape.png \
 
130
#       javascript_preload javascript_preload.png \
 
131
#       jscript jscript.png \
 
132
#       linkjscript linkjscript.png \
 
133
#       list_menu list_menu.png \
 
134
#       netscape netscape.png \
 
135
#       no no.png \
 
136
#       ok ok.png \
 
137
#       open open.png \
 
138
#       paste paste.png \
 
139
#       preferences preferences.png \
 
140
#       print print.png \
 
141
#       redo redo.png \
 
142
#       rxml rxml.png \
 
143
#       ssi ssi.png \
 
144
#       save save.png \
 
145
#       save_as save_as.png \
 
146
#       search search.png \
 
147
#       search_replace search_replace.png \
 
148
#       spellcheck spellcheck.png \
 
149
#       strikeout strikeout.png \
 
150
#       undo undo.png \
 
151
#       wml_a wml_a.png \
 
152
#       wml_access wml_access.png \
 
153
#       wml_bold wml_bold.png \
 
154
#       wml_break wml_break.png \
 
155
#       wml_card wml_card.png \
 
156
#       wml_do wml_do.png \
 
157
#       wml_go wml_go.png \
 
158
#       wml_italic wml_italic.png \
 
159
#       wml_nbsp wml_nbsp.png \
 
160
#       wml_noop wml_noop.png \
 
161
#       wml_paragraph wml_paragraph.png \
 
162
#       wml_postfield wml_postfield.png \
 
163
#       wml_prev wml_prev.png \
 
164
#       wml_refresh wml_refresh.png \
 
165
#       wml_standard_document wml_standard_document.png \
 
166
#       wml_timer wml_timer.png \
 
167
#       wml_var wml_var.png
 
168
 
 
169
GENERAL = \
 
170
        pixmap_close_small close_small.png \
 
171
        pixmap_edit_tag edit_tag.png
 
172
 
 
173
all:
 
174
        gdk-pixbuf-csource --raw --extern --build-list $(TOOLBAR) > toolbar_icons.c
 
175
        gdk-pixbuf-csource --raw --extern --build-list $(GENERAL) > general_icons.c
 
176
 
 
177
 
 
178
 
 
179