diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-13 08:21:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-21 20:17:36 -0400 |
commit | 4adeba1393463696a0dbf0fd770f455c3f89bf19 (patch) | |
tree | d8385e337cc026b4bdf3573fad9c74fb448b95d3 | |
parent | be3d45520c1caf84c5db22fd40704f0c25cd01cf (diff) |
Don't build DVI docs.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 330e55d..d0ad2be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,6 +159,8 @@ doc_chickadee_TEXINFOS = \ doc/fdl.texi \ doc/api.texi +dvi-local: # Don't build dvi docs + AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ --css-include=doc/manual.css |