source: trunk/CVSROOT/modules@ 9537

Last change on this file since 9537 was 9537, checked in by mdewsnip, 19 years ago

Stuff for the new gsdl-non-core-images package (just testing this time).

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1# Three different line formats are valid:
2# key -a aliases...
3# key [options] directory
4# key [options] directory files...
5#
6# Where "options" are composed of:
7# -i prog Run "prog" on "cvs commit" from top-level of module.
8# -o prog Run "prog" on "cvs checkout" of module.
9# -e prog Run "prog" on "cvs export" of module.
10# -t prog Run "prog" on "cvs rtag" of module.
11# -u prog Run "prog" on "cvs update" of module.
12# -d dir Place module in directory "dir" instead of module name.
13# -l Top-level directory only -- do not recurse.
14#
15# NOTE: If you change any of the "Run" options above, you'll have to
16# release and re-checkout any working directories of these modules.
17#
18# And "directory" is a path to a directory relative to $CVSROOT.
19#
20# The "-a" option specifies an alias. An alias is interpreted as if
21# everything on the right of the "-a" had been typed on the command line.
22#
23# You can encode a module within a module by using the special '&'
24# character to interpose another module into the current module. This
25# can be useful for creating a module that consists of many directories
26# spread out over the entire source repository.
27
28# The gsdl-non-core-images module, which contains all the non-core language interface images
29# All the files are actually in the gsdl-non-core-images-repository package, but we're
30# creating an alias module to avoid getting the top-level directory -- this is so it can be
31# checked out directly into gsdl/images.
32# This means that if a new language interface is added it must be specified here.
33
34ar gsdl-non-core-images-repository/ar
35bn gsdl-non-core-images-repository/bn
36
37gsdl-non-core-images -a ar bn
38
39
40# Creating a gs2build module, which contains all the gsdl source needed for collection building. This will be used by gsdl3.
41
42# all the perllib dir
43perllib gsdl/perllib
44# most of the packages
45packages gsdl/packages Makefile.gs2build configure.gs2build cpan expat isis-gdl kea mg pdftohtml rtftohtml w3mir wget windows wv xlhtml
46# some of the src
47src gsdl/src db2txt hashfile phind txt2db mgpp
48bin gsdl/bin/ script
49mappings gsdl/mappings
50lib gsdl/lib text_t.h text_t.cpp gsdlconf.h Makefile.in.gs2build
51etc gsdl/etc packages
52collect gsdl/collect modelcol
53gs2build gsdl setup.bash setup.bat configure config.sub config.guess config.h.in configtest.pl install-sh acconfig.h aclocal.m4 Makefile.in.gs2build configure.in.gs2build configure.gs2build &packages &perllib &src &bin &mappings &lib &etc &collect
54
Note: See TracBrowser for help on using the repository browser.