X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fwhole_build_package%2Fwhole_build_manifest.txt;h=017b534b12a73a909890709d04bd4fceb74b17aa;hb=f63ace5a19fa84c8daf669684ac189575d1eb25b;hp=f024a3f9a4ecb02df9d97b1f7970cc59971726eb;hpb=95c4645b806f6528e0200aceb8028d8b5a995b56;p=feisty_meow.git diff --git a/production/setup_src/whole_build_package/whole_build_manifest.txt b/production/setup_src/whole_build_package/whole_build_manifest.txt index f024a3f9..017b534b 100644 --- a/production/setup_src/whole_build_package/whole_build_manifest.txt +++ b/production/setup_src/whole_build_package/whole_build_manifest.txt @@ -4,85 +4,162 @@ [toc] set_temp=t set_tmp=t -top_inis=t -3rdparty=t +production_inis=t docs=t -makefile=t -build=t -packages=t -source=t +top_makefile=t +production_makefile=t +infobase=t +scripts=t +nucleus=t +octopi=t +graphiq=t +kona=t +huffware=t +hypermedia=t text_files=t +check_versions=t +assign_bases=t +setup_src=t ; not included in the source pack... +3rdparty=t binaries=t -fonts=t +clam_bin=t +packages=t ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; variables used during installation. [set_temp] -variable=TEMP=$TARGET/waste +variable=TEMP=$TARGET/waste-buildpack keyword=sources [set_tmp] -variable=TMP=$TARGET/waste +variable=TMP=$TARGET/waste-buildpack keyword=sources ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; this section is included in both types of package. -[top_inis] -source=$FEISTY_MEOW_DIR/*.ini -target=$TARGET +[production_inis] +source=$PRODUCTION_STORE/*.ini +target=$TARGET/production keyword=sources [text_files] -source=$FEISTY_MEOW_DIR/*.txt +source=$FEISTY_MEOW_APEX/*.txt target=$TARGET keyword=sources +[top_makefile] +source=$FEISTY_MEOW_APEX/makefile +target=$TARGET/makefile +keyword=sources + +[production_makefile] +source=$PRODUCTION_STORE/makefile +target=$TARGET/production/makefile +keyword=sources + +#[customize] +#source=$FEISTY_MEOW_APEX/customize +#target=$TARGET/customize +#recurse=1 +#keyword=sources + +[infobase] +source=$FEISTY_MEOW_APEX/infobase +target=$TARGET/infobase +recurse=1 +keyword=sources + [docs] -source=$FEISTY_MEOW_DIR/doc/* -target=$TARGET/doc +source=$FEISTY_MEOW_APEX/documentation +target=$TARGET/documentation +recurse=1 keyword=sources -[makefile] -source=$FEISTY_MEOW_DIR/makefile -target=$TARGET/makefile +[scripts] +source=$FEISTY_MEOW_APEX/scripts +target=$TARGET/scripts +recurse=1 +keyword=sources + +[nucleus] +source=$FEISTY_MEOW_APEX/nucleus +target=$TARGET/nucleus +recurse=1 keyword=sources -[build] -source=$FEISTY_MEOW_DIR/build -target=$TARGET/build +[octopi] +source=$FEISTY_MEOW_APEX/octopi +target=$TARGET/octopi recurse=1 keyword=sources -[source] -source=$FEISTY_MEOW_DIR/source -target=$TARGET/source +[graphiq] +source=$FEISTY_MEOW_APEX/graphiq +target=$TARGET/graphiq +recurse=1 +keyword=sources + +[huffware] +source=$FEISTY_MEOW_APEX/huffware +target=$TARGET/huffware +recurse=1 +keyword=sources + +[kona] +source=$FEISTY_MEOW_APEX/kona +target=$TARGET/kona +recurse=1 +keyword=sources + +[hypermedia] +source=$FEISTY_MEOW_APEX/hypermedia +target=$TARGET/hypermedia +recurse=1 +keyword=sources + +[assign_bases] +source=$PRODUCTION_STORE/assign_bases +target=$TARGET/production/assign_bases +recurse=1 +keyword=sources + +[check_versions] +source=$PRODUCTION_STORE/check_versions +target=$TARGET/production/check_versions +recurse=1 +keyword=sources + +[setup_src] +source=$PRODUCTION_STORE/setup_src +target=$TARGET/production/setup_src recurse=1 keyword=sources ; this section is only included in the full package (not in sources). [3rdparty] -source=$FEISTY_MEOW_DIR/3rdparty -target=$TARGET/3rdparty +source=$PRODUCTION_STORE/3rdparty +target=$TARGET/production/3rdparty recurse=1 [binaries] -source=$FEISTY_MEOW_DIR/binaries -target=$TARGET/binaries +source=$RUNTIME_PATH/binaries +target=$TARGET/runtime/binaries recurse=1 -[fonts] -source=$FEISTY_MEOW_DIR/fonts -target=$TARGET/fonts +[clam_bin] +source=$RUNTIME_PATH/clam_bin +target=$TARGET/runtime/clam_bin recurse=1 [packages] -source=$FEISTY_MEOW_DIR/packages -target=$TARGET/packages +source=$RUNTIME_PATH/packages +target=$TARGET/runtime/packages recurse=1 +