aboutsummaryrefslogtreecommitdiff
var fs = require("fs");

new Function("exports", require("../tools/node").FILES.map(function(file) {
    if (/exports\.js$/.test(file)) file = require.resolve("./exports");
    return fs.readFileSync(file, "utf8");
}).join("\n\n"))(exports);
'2020-10-22 22:47:54 -0400'>2020-10-22README: Refer to the manual for building from Git.Maxim Cournoyer * README (Installing Guix from Guix): Remove section. (Installation): For installing from Git, refer to the "Building from Git" section of the manual and suggest using './pre-inst-env guix pull' rather than 'make install' for installing Guix. 2020-06-02doc: Update README to refer to the manual.Ludovic Courtès * README (Requirements): Refer to the manual. (Installation): Update URL of the manual. 2019-11-09doc: Mention value /var to localstatedir option.zimoun * README (Installing Guix from Guix): Mention value /var to localstatedir option. * doc/contributing.texi (Building from Git): Likewise. * doc/guix.texi (Requirements): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2019-09-04doc: Update 'README'.Ludovic Courtès * README: Update intro a bit. (Installing Guix as non-root): Remove as it's largely outdated. (Contact): Update. 2019-01-09build: Require Guile 2.2.Ludovic Courtès * configure.ac: Require Guile 2.2. * README: Adjust accordingly. * doc/guix.texi (Requirements): Likewise. * gnu/packages/package-management.scm (guile2.0-guix): Deprecate. (guix-minimal): Inherit from GUIX, not from GUILE2.0-GUIX.