On 22 Nov 2009, at 20:49, Jochen Schmitt wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hallo, > > I'm the maintainer of the gnustep-base package in the Fedora distribution. > > Unfortunately, I have the following issue. > > When I try to make a make -C Documentation install the package tried to > download the DTDs from the internet. This is not allowed in a build > environment. > > So I now search a solution why I can refer to the DTDs without to > install the DTDs to > the final destination directory. > > It may be nice, if anyone can give me a hint.
You need to install gnustep-base before you build the documentation, because the documentation is built using gnustep-base. However, you can install wherever you like ... if your build environment doesn't permit installation to the final destination, you can first install to an alternative location and use the GNUSTEP_CONFIG_FILE environment variable to point to a custom copy of the normal GNUstep.conf file (overriding the one provided by gnustep-make) which describes the location you actually installed to. Alternatively you could just copy the DTDs to a subdirectory named 'DTDs' and hack GNUstep.conf to point to the parent directory as the LIBRARY directory. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
