# Three different line formats are valid: # key -a aliases... # key [options] directory # key [options] directory files... # # Where "options" are composed of: # -i prog Run "prog" on "cvs commit" from top-level of module. # -o prog Run "prog" on "cvs checkout" of module. # -e prog Run "prog" on "cvs export" of module. # -t prog Run "prog" on "cvs rtag" of module. # -u prog Run "prog" on "cvs update" of module. # -d dir Place module in directory "dir" instead of module name. # -l Top-level directory only -- do not recurse. # # NOTE: If you change any of the "Run" options above, you'll have to # release and re-checkout any working directories of these modules. # # And "directory" is a path to a directory relative to $CVSROOT. # # The "-a" option specifies an alias. An alias is interpreted as if # everything on the right of the "-a" had been typed on the command line. # # You can encode a module within a module by using the special '&' # character to interpose another module into the current module. This # can be useful for creating a module that consists of many directories # spread out over the entire source repository. # The gsdl-non-core-images module, which contains all the non-core language interface images # All the files are actually in the gsdl-non-core-images-repository package, but we're # creating an alias module to avoid getting the top-level directory -- this is so it # can be checked out directly into gsdl/images. # Note: if a new language interface is added it must be specified here. ar gsdl-non-core-images-repository/ar bn gsdl-non-core-images-repository/bn ca gsdl-non-core-images-repository/ca cs gsdl-non-core-images-repository/cs de gsdl-non-core-images-repository/de el gsdl-non-core-images-repository/el en gsdl-non-core-images-repository/en es gsdl-non-core-images-repository/es fa gsdl-non-core-images-repository/fa fi gsdl-non-core-images-repository/fi fr gsdl-non-core-images-repository/fr gl gsdl-non-core-images-repository/gl he gsdl-non-core-images-repository/he hi gsdl-non-core-images-repository/hi hr gsdl-non-core-images-repository/hr hy gsdl-non-core-images-repository/hy id gsdl-non-core-images-repository/id it gsdl-non-core-images-repository/it ja gsdl-non-core-images-repository/ja ka gsdl-non-core-images-repository/ka kk gsdl-non-core-images-repository/kk kn gsdl-non-core-images-repository/kn ky gsdl-non-core-images-repository/ky lv gsdl-non-core-images-repository/lv mi gsdl-non-core-images-repository/mi mn gsdl-non-core-images-repository/mn nl gsdl-non-core-images-repository/nl pl gsdl-non-core-images-repository/pl pt-br gsdl-non-core-images-repository/pt-br pt-pt gsdl-non-core-images-repository/pt-pt ru gsdl-non-core-images-repository/ru sr gsdl-non-core-images-repository/sr th gsdl-non-core-images-repository/th tr gsdl-non-core-images-repository/tr uk gsdl-non-core-images-repository/uk vi gsdl-non-core-images-repository/vi zh gsdl-non-core-images-repository/zh zh-tr gsdl-non-core-images-repository/zh-tr gsdl-non-core-images -a ar bn ca cs de el en es fa fi fr gl he hi hr hy id it ja ka kk kn ky lv mi mn nl pl pt-br pt-pt ru sr th tr uk vi zh zh-tr # Creating a gs2build module, which contains all the gsdl source needed for collection building. This will be used by gsdl3. # all the perllib dir perllib gsdl/perllib # most of the packages packages gsdl/packages cpan expat isis-gdl kea mg pdftohtml rtftohtml w3mir wget windows wv xlhtml # some of the src src gsdl/src db2txt hashfile phind txt2db mgpp bin gsdl/bin/ script mappings gsdl/mappings lib gsdl/lib text_t.h text_t.cpp gsdlconf.h etc gsdl/etc marctodc.txt &etcpack etcpack -d packages gsdl/etc/packages collect gsdl/collect modelcol gs2build gsdl setup.bash config.sub config.guess config.h.in configtest.pl install-sh acconfig.h aclocal.m4 WIN32cfg.h &packages &perllib &src &bin &mappings &lib &etc &collect &gs2build-extra # the default for gs3 will be to checkout greenstone3 greenstone3 gsdl3