about summary refs log tree commit diff
path: root/doc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-10-02nixpkgs docs: Rebuild manual-full if nested XML docs changeGraham Christensen1-1/+1
2018-05-31doc: Adds xml fixing script. (see previous and next commits)Samuel Dionne-Riel1-0/+5
This script is used to automatically fix issues within xml documentation files. The script is *for now* intended to be used ad-hoc, and the commits to be examined. A future discussion will define whether: * This commit and scripts are kept. * The script is extended for common use. The biggest issue right now with the script is that it *could* in theory destroy a valid space-less varlistentry. The script could, in practical use, be changed and extended to normalize some parts of the XML files, mainly: * A common quoting style for attributes * Fix-up some weird formatting automatically that xmlformat doesn't catch
2018-04-30nixpkgs doc: add format Make targetGraham Christensen1-1/+6
2018-04-28treewide: rename version attributesMaximilian Bosch1-1/+1
As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745 the versioning attributes in `lib` should be consistent to `nixos/version` which implicates the following changes: * `lib.trivial.version` -> `lib.trivial.release` * `lib.trivial.suffix` -> `lib.trivial.versionSuffix` * `lib.nixpkgsVersion` -> `lib.version` As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`, `NixOS/nix` and probably several user's setups. As the rename will cause a notable impact it's better to keep `lib.nixpkgsVersion` as alias with a warning yielded by `builtins.trace`.
2018-04-05nixos docs: syntax highlightGraham Christensen1-7/+1
- Rectifies diverging CSS by combining nixos/nixpkgs docs CSS - Moves our custom Highlight.js loader in to the hljs package - Switches the nixos docs to use SVG callouts too
2018-03-26nixpkgs docs: syntax highlightGraham Christensen1-3/+21
2018-03-26Move the overridden CSS to overrides.css which can be applied on nixos.orgGraham Christensen1-0/+2
2018-03-26nixpkgs docs: Use SVGs for calloutsGraham Christensen1-4/+6
2018-03-25Add 'make debug' to call xmloscopyGraham Christensen1-0/+3
2018-03-25Move validate to top-level so it doesn't rebuild the outputs every timeGraham Christensen1-3/+5
2018-03-25Validate when building outputsGraham Christensen1-2/+2
2018-03-25docs: Build with a makefileGraham Christensen1-0/+69
2014-08-24Nixpkgs manual: Add a Nix expression to buildEelco Dolstra1-41/+0
2014-07-03Manual: html -> xhtmlEelco Dolstra1-3/+3
2009-07-10* Build a PDF of the manual.Eelco Dolstra1-2/+6
svn path=/nixpkgs/trunk/; revision=16316
2008-06-12* Manual outline.Eelco Dolstra1-1/+8
svn path=/nixpkgs/trunk/; revision=12057
2007-09-11* Release notes.Eelco Dolstra1-0/+3
* Linux 2.6.22.6. * w3m 0.5.2. svn path=/nixpkgs/trunk/; revision=9305
2006-10-06* Start of Nixpkgs 0.10 release notes.Eelco Dolstra1-5/+5
svn path=/nixpkgs/trunk/; revision=6676
2006-01-30* NEWS in DocBook.Eelco Dolstra1-0/+27
svn path=/nixpkgs/trunk/; revision=4627