mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
doc/README.md: init
This commit is contained in:
parent
16b327c0b4
commit
0a4a486096
@ -1,4 +1,4 @@
|
|||||||
MD_TARGETS=$(addsuffix .xml, $(basename $(shell find . -type f -regex '.*\.md$$')))
|
MD_TARGETS=$(addsuffix .xml, $(basename $(shell find . -type f -regex '.*\.md$$' -not -name README.md)))
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: validate format out/html/index.html out/epub/manual.epub
|
all: validate format out/html/index.html out/epub/manual.epub
|
||||||
|
8
doc/README.md
Normal file
8
doc/README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
# Nixpkgs/doc
|
||||||
|
|
||||||
|
This directory houses the sources files for the Nixpkgs manual.
|
||||||
|
|
||||||
|
You can find the [rendered documentation for Nixpkgs `unstable` on nixos.org](https://nixos.org/manual/nixpkgs/unstable/).
|
||||||
|
|
||||||
|
If you want to contribute to the documentation, [here's how to do it](https://nixos.org/manual/nixpkgs/unstable/#chap-contributing).
|
Loading…
Reference in New Issue
Block a user