MD in the yow dir. Why not?

This commit is contained in:
Simon Forman
2022-03-23 11:44:38 -07:00
parent 2297204280
commit 0e79ba480f
535 changed files with 7384 additions and 355 deletions
+1 -2
View File
@@ -1,8 +1,6 @@
rsts = $(wildcard *.rst)
mds = $(patsubst %.rst,%.md,$(rsts))
# mv -vf *.md ../reference/
all: $(mds)
@@ -11,3 +9,4 @@ clean:
$(mds): %.md : %.rst
pandoc $< -o $@
cp -vf $@ ../reference/