diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 00162a3..7b38f9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,6 +183,9 @@ doc_chickadee_TEXINFOS = \ doc/apache-2.0.texi \ doc/api.texi +# Don't build dvi docs. +dvi: + html-local: $(GUILE) --no-auto-compile doc/build-html.scm |