first check-in of feisty meow codebase. many things broken still due to recent
[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 top_inis=t
8 3rdparty=t
9 docs=t
10 makefile=t
11 build=t
12 packages=t
13 source=t
14 text_files=t
15
16 ; not included in the source pack...
17 binaries=t
18 fonts=t
19
20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
21
22 ; variables used during installation.
23
24 [set_temp]
25 variable=TEMP=$TARGET/waste
26 keyword=sources
27 [set_tmp]
28 variable=TMP=$TARGET/waste
29 keyword=sources
30
31 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32
33 ; this section is included in both types of package.
34
35 [top_inis]
36 source=$REPOSITORY_DIR/*.ini
37 target=$TARGET
38 keyword=sources
39
40 [text_files]
41 source=$REPOSITORY_DIR/*.txt
42 target=$TARGET
43 keyword=sources
44
45 [docs]
46 source=$REPOSITORY_DIR/docs/*
47 target=$TARGET/docs
48 keyword=sources
49
50 [makefile]
51 source=$REPOSITORY_DIR/makefile
52 target=$TARGET/makefile
53 keyword=sources
54
55 [build]
56 source=$REPOSITORY_DIR/build
57 target=$TARGET/build
58 recurse=1
59 keyword=sources
60
61 [source]
62 source=$REPOSITORY_DIR/source
63 target=$TARGET/source
64 recurse=1
65 keyword=sources
66
67 ; this section is only included in the full package (not in sources).
68
69 [3rdparty]
70 source=$REPOSITORY_DIR/3rdparty
71 target=$TARGET/3rdparty
72 recurse=1
73
74 [binaries]
75 source=$REPOSITORY_DIR/binaries
76 target=$TARGET/binaries
77 recurse=1
78
79 [fonts]
80 source=$REPOSITORY_DIR/fonts
81 target=$TARGET/fonts
82 recurse=1
83
84 [packages]
85 source=$REPOSITORY_DIR/packages
86 target=$TARGET/packages
87 recurse=1
88