summary refs log tree commit diff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-03-04 17:52:32 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-03-04 18:10:39 +0100
commit0a4a486096bc2a6efb1bc0d11543f208eda23dc3 (patch)
tree5a86539441a12927edf0f0717502caa42bb88985 /doc/Makefile
parent16b327c0b4eb3fed619960d6b9542a5204041cc2 (diff)
downloadnixpkgs-0a4a486096bc2a6efb1bc0d11543f208eda23dc3.tar
nixpkgs-0a4a486096bc2a6efb1bc0d11543f208eda23dc3.tar.gz
nixpkgs-0a4a486096bc2a6efb1bc0d11543f208eda23dc3.tar.bz2
nixpkgs-0a4a486096bc2a6efb1bc0d11543f208eda23dc3.tar.lz
nixpkgs-0a4a486096bc2a6efb1bc0d11543f208eda23dc3.tar.xz
nixpkgs-0a4a486096bc2a6efb1bc0d11543f208eda23dc3.tar.zst
nixpkgs-0a4a486096bc2a6efb1bc0d11543f208eda23dc3.zip
doc/README.md: init
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
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