Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | Make `make install` less noisy | regnat | |
Remove the printing and useless output of a couple of commands when running `make install` | |||
2020-12-03 | Remove 'dist' target | Eelco Dolstra | |
We're not producing source tarballs anymore so this has been bitrotting. | |||
2020-12-02 | Generate separate manpages for each nix subcommand | Eelco Dolstra | |
2020-11-23 | Fix macOS sandbox build | Fabian Möller | |
Since c4c3c15c19bc448a4797e5d9577539cc14890618 (#4251) building Nix for macOS with sandboxing fails: ``` getting status of /nix/var/nix/profiles/per-user/root/channels/nixpkgs: Operation not permitted ``` This happens, because `EvalSettings::getDefaultNixPath` tries to access paths outside the sandbox. Since the state-dir is not required for doc generation, it is set to the dummy folder. This needs to be done for all nix invocations during doc generation, as `EvalSettings::getDefaultNixPath` is called unconditionally. | |||
2020-10-08 | Remove stray 'Title:' from the manual | Eelco Dolstra | |
Closes #4096. | |||
2020-10-02 | Fix macOS sandbox build | Fabian Möller | |
2020-09-16 | Fix doc generation | Eelco Dolstra | |
2020-09-16 | jq -> nix | Eelco Dolstra | |
2020-08-24 | Generate builtins section of the manual | Eelco Dolstra | |
2020-08-19 | Generate the nix.conf docs from the source code | Eelco Dolstra | |
This means we don't have two (divergent) sets of option descriptions anymore. | |||
2020-08-19 | Improve margins between sections | Eelco Dolstra | |
The default CSS puts almost no space between sections, but a lot of space between subsections. This flips that around. | |||
2020-08-17 | Start generation of the nix.1 manpage | Eelco Dolstra | |
2020-07-31 | Enable syntax highlighting | Eelco Dolstra | |
2020-07-24 | Remove DocBook manual | Eelco Dolstra | |
2020-07-23 | Install all manpages | Eelco Dolstra | |
2020-07-23 | Convert nix.conf manpage | Eelco Dolstra | |
2020-07-23 | Remove references to xmllint | Eelco Dolstra | |
2020-07-23 | Use mdbook | Eelco Dolstra | |
2020-03-13 | Remove callout graphics | Eelco Dolstra | |
Fixes #3396. | |||
2020-03-13 | style.css: Remove | Eelco Dolstra | |
This file is licensed under the GPL. Originally, Nix was also GPL-licensed so that was fine. However, we later changed the license to the LGPL but missed the fact that style.css has an incompatible license. Since the Nix manual at nixos.org uses its own styling, we can remove this file. Fixes #3392. | |||
2016-09-20 | Add a new option to disable documentation generation at configure time | Adrien Devresse | |
2016-08-10 | Nuke nix-push. | Shea Levy | |
Rarely used, nix copy replaces it. | |||
2016-08-10 | Remove nix-install-package. | Shea Levy | |
Refs #831 | |||
2016-07-04 | Don't hardcode docbook XSL namespace URL | aszlig | |
Docbook XSL got updated to version 1.79.1 in NixOS/nixpkgs@fb893a8 and we're still referring to the hardcoded previous version. So instead of just updating this to 1.79.1 we're going to use "current" in the hope that this won't happen again. I have tested this by building the manual under Nix(OS) but I haven't tested this in a non-Nix environment, so I'm not sure whether this could have implications. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @edolstra | |||
2016-04-14 | Remove PDF manual | Eelco Dolstra | |
More spring cleaning. | |||
2016-04-11 | Remove manifest support | Eelco Dolstra | |
Manifests have been superseded by binary caches for years. This also gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch. | |||
2014-12-14 | Fix build | Eelco Dolstra | |
http://hydra.nixos.org/build/17894500 | |||
2014-12-14 | Fix image in PDF | Eelco Dolstra | |
Closes #415. | |||
2014-12-11 | Don't use ?= | Eelco Dolstra | |
2014-12-11 | allow custom docbook paths/URLs, use a working URL for docbook.rng | darealshinji | |
2014-11-25 | Rely on XML catalogs to find the DocBook schemas and stylesheets | Eelco Dolstra | |
2014-09-23 | add manpage for nix-generate-patches | darealshinji | |
2014-09-16 | Style tweak | Eelco Dolstra | |
2014-09-16 | Fix parallel make of manpages | Eelco Dolstra | |
2014-09-16 | Drop separate release notes | Eelco Dolstra | |
2014-09-16 | Manual build fixes | Eelco Dolstra | |
2014-07-03 | Manual: html -> xhtml | Eelco Dolstra | |
2014-04-09 | Add docbook icons to the distribution | Eelco Dolstra | |
Grmbl... | |||
2014-03-12 | Generate release notes again | Eelco Dolstra | |
2014-02-01 | Only run "git ls-files" when doing "make check" | Eelco Dolstra | |
2014-02-01 | More "make dist" fixes | Eelco Dolstra | |
2014-02-01 | Fix "make dist" | Eelco Dolstra | |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | |
2014-02-01 | Build/install manual | Eelco Dolstra | |