nixos docs: Add a makefile for hacking on the nixos docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
debug:
|
||||
nix-shell --packages xmloscopy \
|
||||
--run 'xmloscopy --docbook5 ./manual.xml ./manual-combined.xml'
|
||||
|
||||
generated: ./options-to-docbook.xsl
|
||||
nix-build ../../release.nix \
|
||||
--attr manualGeneratedSources.x86_64-linux \
|
||||
--out-link ./generated
|
||||
Reference in New Issue
Block a user