This work item belongs to ISO/TC 46/WG 3 and CalConnect TC LOCALIZATION.
This document is available in its rendered forms here:
make
The following outputs will be built:
-
Document index at
site/documents.html
-
ISO 24229 at
site/documents/iso-24229.html
-
CC 24229 at
site/documents/iso-24229.html
-
HTML (
[filename].html
) -
PDF (
[filename].pdf
) -
Word DOC (
[filename].doc
)
Update Gemfile
with desired modifications and run bundle install
, then check
in Gemfile.lock
.
After updating gems as decribed above, run the following, then check in
the generated gemset.nix
.
rm -f .bundle/config # This interferes with the following. May be unneeded for Bundler v3
nix-shell -p bundix zlib libxml2 pkg-config libxslt libiconv --run 'bundix --magic'
# $(nix-build "<nixpkgs>" -A bundix --no-out-link)/bin/bundix --magic
The packages listed are for building nokogiri: zlib libxml2 pkg-config libxslt libiconv
.