about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c9963d..03dd7c3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,15 @@ aerc:
 %.5: doc/%.5.scd
 	scdoc < $< > $@
 
+%.7: doc/%.7.scd
+	scdoc < $< > $@
+
 DOCS := \
 	aerc.1 \
 	aerc-config.5 \
 	aerc-imap.5 \
-	aerc-smtp.5
+	aerc-smtp.5 \
+	aerc-tutorial.7
 
 all: aerc $(DOCS)