nixpkgs/nixos/doc/manual
Eelco Dolstra 0804f67024 Fix epub generation
* Hydra doesn't like spaces in filenames.

* The zip file contained nix/store/.../OEBPS rather than OEBPS at
  top-level, causing some programs (like okular) to barf.

* Remove the redundant $dst/epub directory.
2016-08-01 11:10:22 +02:00
..
administration nixos/manual: document you need root for container 2016-07-23 06:21:56 +02:00
configuration nixos manual: add chapter on grsecurity/PaX 2016-07-23 19:09:43 +02:00
development
installation
release-notes Redis: add entry to release notes 2016-07-31 15:28:56 +02:00
README
default.nix Fix epub generation 2016-08-01 11:10:22 +02:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml Add some more info to the nixos-version manpage 2016-07-15 12:02:39 +02:00
man-pages.xml
manual.xml
options-to-docbook.xsl
style.css

README

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

    https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

    nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.