summary refs log tree commit diff
path: root/nixos/doc/manual/Makefile
Commit message (Collapse)AuthorAge
* nixos/doc/manual/Makefile: Do not formatRobert Hensing2021-03-22
| | | | | | | | | | | Formatting has been neglected. Running `make` would format dozens of files, which is a great way of scaring away newcomers and those with less git experience. It would also annoy the heck out of regular contributors. The purpose of formatting is to avoid a small annoyance, so it should not become a big annoyance that makes people give up on their work.
* nixos/doc/manual: Fix MakefileJan Tojnar2019-09-06
| | | | We had `./options-to-docbook.xsl` as a dependency for `generated` target but it was moved to a package in https://github.com/NixOS/nixpkgs/pull/66328.
* nixos manual Makefile: improve purityVladimír Čunát2019-03-22
| | | | And be quiet when building/downloading the required tools.
* nixos/doc: Adds sub-folder to input files.Samuel Dionne-Riel2018-10-03
|
* makefile: auto-format xml docs outside of the doc subdirGraham Christensen2018-09-01
|
* doc: Adds xml fixing script. (see previous and next commits)Samuel Dionne-Riel2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | 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
* nixos docs: fixupGraham Christensen2018-05-01
|
* nixos docs: makefile for formattingGraham Christensen2018-05-01
|
* nixos docs: Add a makefile for hacking on the nixos docsGraham Christensen2018-04-28