; bundler manifest for the whole build package. ; author: Chris Koeritz [toc] set_temp=t set_tmp=t top_inis=t 3rdparty=t docs=t makefile=t build=t packages=t source=t text_files=t ; not included in the source pack... binaries=t fonts=t ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; variables used during installation. [set_temp] variable=TEMP=$TARGET/waste keyword=sources [set_tmp] variable=TMP=$TARGET/waste keyword=sources ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; this section is included in both types of package. [top_inis] source=$REPOSITORY_DIR/*.ini target=$TARGET keyword=sources [text_files] source=$REPOSITORY_DIR/*.txt target=$TARGET keyword=sources [docs] source=$REPOSITORY_DIR/docs/* target=$TARGET/docs keyword=sources [makefile] source=$REPOSITORY_DIR/makefile target=$TARGET/makefile keyword=sources [build] source=$REPOSITORY_DIR/build target=$TARGET/build recurse=1 keyword=sources [source] source=$REPOSITORY_DIR/source target=$TARGET/source recurse=1 keyword=sources ; this section is only included in the full package (not in sources). [3rdparty] source=$REPOSITORY_DIR/3rdparty target=$TARGET/3rdparty recurse=1 [binaries] source=$REPOSITORY_DIR/binaries target=$TARGET/binaries recurse=1 [fonts] source=$REPOSITORY_DIR/fonts target=$TARGET/fonts recurse=1 [packages] source=$REPOSITORY_DIR/packages target=$TARGET/packages recurse=1