Now pile all the ref docs into the refs dir.

This commit is contained in:
Simon Forman
2022-03-23 10:52:58 -07:00
parent 88f8723454
commit 7048dd6017
33 changed files with 8570 additions and 40 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
FUNCDOCS != ls [a-z]*.md
NOT_US = Functor-Reference.md FORMAT-Functor-Reference.md
FUNCDOCS = $(filter-out $(NOT_US),$(wildcard *.md))
all: Functor-Reference.md