From 0a4a486096bc2a6efb1bc0d11543f208eda23dc3 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 4 Mar 2021 17:52:32 +0100 Subject: doc/README.md: init --- doc/Makefile | 2 +- doc/README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 doc/README.md diff --git a/doc/Makefile b/doc/Makefile index 4f520779f5b..7affbb0bb51 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 all: validate format out/html/index.html out/epub/manual.epub diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 00000000000..cb52608bde5 --- /dev/null +++ b/doc/README.md @@ -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). -- cgit 1.4.1