about summary refs log tree commit diff
path: root/nixpkgs/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/Makefile')
-rw-r--r--nixpkgs/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/doc/Makefile b/nixpkgs/doc/Makefile
index 4f520779f5b2..7affbb0bb51c 100644
--- a/nixpkgs/doc/Makefile
+++ b/nixpkgs/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