summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-26 22:45:18 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-26 22:45:18 +0100
commit0990b4df19b1e8c42c8a1c22fc77fb9e836b379c (patch)
treee70f8951af1d525f0da347aa69cea45625aa9137 /Makefile
parent14f7be98159de821f73deab4788296a29b08fa01 (diff)
downloadquatuorbellefeuille.com-0990b4df19b1e8c42c8a1c22fc77fb9e836b379c.tar.xz
Convert bio to markdown
To make it easier to edit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e00d8ed..811ceab 100644
--- a/Makefile
+++ b/Makefile
@@ -26,5 +26,7 @@ $(resources): $(OUTDIR)/%: % | $(OUTDIR)
$(pages): $(OUTDIR)/%.html: %.html template.html | $(OUTDIR)
./build.sh $< $@
+$(OUTDIR)/quatuor.html: quatuor.md
+
clean:
-rm -r $(OUTDIR)