aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-29 01:29:15 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-29 01:29:15 -0600
commit8c2a36072f2b1c89539c615d47d5639f9268ce3f (patch)
tree9f2dbf248d63d19cb8a3aeb31c41e82c8383dd92 /Makefile
parente558d912a7e3583d700aa42261ef1fa17e5d0d55 (diff)
downloadspec-8c2a36072f2b1c89539c615d47d5639f9268ce3f.tar.gz
spec-8c2a36072f2b1c89539c615d47d5639f9268ce3f.zip
re-add gemtext output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebe0ed5..f3fc47f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ SOURCEDIR = .
BUILDDIR = _build
PDFINFO = pdfinfo
-all: html pdf epub # gmi
+all: html pdf epub gmi
html: Makefile
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXFULLOPTS)