Merge pull request #117273 from hercules-ci/nixos-dont-format
Don't format XML of the NixOS manual
This commit is contained in:
commit
43b02818f6
@ -1,5 +1,5 @@
|
||||
.PHONY: all
|
||||
all: manual-combined.xml format
|
||||
all: manual-combined.xml
|
||||
|
||||
.PHONY: debug
|
||||
debug: generated manual-combined.xml
|
||||
|
@ -25,7 +25,8 @@
|
||||
|
||||
<screen>
|
||||
<prompt>$ </prompt>cd /path/to/nixpkgs/nixos/doc/manual
|
||||
<prompt>$ </prompt>make
|
||||
<prompt>$ </prompt>nix-shell
|
||||
<prompt>nix-shell$ </prompt>make
|
||||
</screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user