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.
This commit is contained in:
Robert Hensing 2021-03-22 21:15:11 +01:00
parent 810d22fb35
commit 12e7698a65

View File

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