nixos/doc/manual/Makefile: Do not format

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.
wip/yesman
Robert Hensing 3 years ago
parent 810d22fb35
commit 12e7698a65
  1. 2
      nixos/doc/manual/Makefile

@ -1,5 +1,5 @@
.PHONY: all
all: manual-combined.xml format
all: manual-combined.xml
.PHONY: debug
debug: generated manual-combined.xml

Loading…
Cancel
Save