renamed webby to hypermedia
[feisty_meow.git] / production / setup_src / whole_build_package / whole_build_manifest.txt
1 ; bundler manifest for the whole build package.
2 ; author: Chris Koeritz
3
4 [toc]
5 set_temp=t
6 set_tmp=t
7 production_inis=t
8 docs=t
9 top_makefile=t
10 production_makefile=t
11 customize=t
12 database=t
13 examples=t
14 scripts=t
15 nucleus=t
16 octopi=t
17 graphiq=t
18 kona=t
19 huffware=t
20 hypermedia=t
21 text_files=t
22 check_versions=t
23 assign_bases=t
24 setup_src=t
25
26 ; not included in the source pack...
27 3rdparty=t
28 binaries=t
29 clam_bin=t
30 packages=t
31
32 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
33
34 ; variables used during installation.
35
36 [set_temp]
37 variable=TEMP=$TARGET/waste-buildpack
38 keyword=sources
39 [set_tmp]
40 variable=TMP=$TARGET/waste-buildpack
41 keyword=sources
42
43 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
44
45 ; this section is included in both types of package.
46
47 [production_inis]
48 source=$PRODUCTION_STORE/*.ini
49 target=$TARGET/production
50 keyword=sources
51
52 [text_files]
53 source=$FEISTY_MEOW_APEX/*.txt
54 target=$TARGET
55 keyword=sources
56
57 [top_makefile]
58 source=$FEISTY_MEOW_APEX/makefile
59 target=$TARGET/makefile
60 keyword=sources
61
62 [production_makefile]
63 source=$PRODUCTION_STORE/makefile
64 target=$TARGET/production/makefile
65 keyword=sources
66
67 [customize]
68 source=$FEISTY_MEOW_APEX/customize
69 target=$TARGET/customize
70 recurse=1
71 keyword=sources
72
73 [database]
74 source=$FEISTY_MEOW_APEX/infobase
75 target=$TARGET/infobase
76 recurse=1
77 keyword=sources
78
79 [docs]
80 source=$FEISTY_MEOW_APEX/documentation
81 target=$TARGET/documentation
82 recurse=1
83 keyword=sources
84
85 [examples]
86 source=$FEISTY_MEOW_APEX/examples
87 target=$TARGET/examples
88 recurse=1
89 keyword=sources
90
91 [scripts]
92 source=$FEISTY_MEOW_APEX/scripts
93 target=$TARGET/scripts
94 recurse=1
95 keyword=sources
96
97 [nucleus]
98 source=$FEISTY_MEOW_APEX/nucleus
99 target=$TARGET/nucleus
100 recurse=1
101 keyword=sources
102
103 [octopi]
104 source=$FEISTY_MEOW_APEX/octopi
105 target=$TARGET/octopi
106 recurse=1
107 keyword=sources
108
109 [graphiq]
110 source=$FEISTY_MEOW_APEX/graphiq
111 target=$TARGET/graphiq
112 recurse=1
113 keyword=sources
114
115 [huffware]
116 source=$FEISTY_MEOW_APEX/huffware
117 target=$TARGET/huffware
118 recurse=1
119 keyword=sources
120
121 [kona]
122 source=$FEISTY_MEOW_APEX/kona
123 target=$TARGET/kona
124 recurse=1
125 keyword=sources
126
127 [hypermedia]
128 source=$FEISTY_MEOW_APEX/hypermedia
129 target=$TARGET/hypermedia
130 recurse=1
131 keyword=sources
132
133 [assign_bases]
134 source=$PRODUCTION_STORE/assign_bases
135 target=$TARGET/production/assign_bases
136 recurse=1
137 keyword=sources
138
139 [check_versions]
140 source=$PRODUCTION_STORE/check_versions
141 target=$TARGET/production/check_versions
142 recurse=1
143 keyword=sources
144
145 [setup_src]
146 source=$PRODUCTION_STORE/setup_src
147 target=$TARGET/production/setup_src
148 recurse=1
149 keyword=sources
150
151 ; this section is only included in the full package (not in sources).
152
153 [3rdparty]
154 source=$PRODUCTION_STORE/3rdparty
155 target=$TARGET/production/3rdparty
156 recurse=1
157
158 [binaries]
159 source=$RUNTIME_PATH/binaries
160 target=$TARGET/runtime/binaries
161 recurse=1
162
163 [clam_bin]
164 source=$RUNTIME_PATH/clam_bin
165 target=$TARGET/runtime/clam_bin
166 recurse=1
167
168 [packages]
169 source=$RUNTIME_PATH/packages
170 target=$TARGET/runtime/packages
171 recurse=1
172
173