diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-23 07:19:24 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-23 07:19:24 -0400 |
commit | c9fe7c3f4c74c4475fc8bc2d838835ce5d851d41 (patch) | |
tree | 6af44670090e47ac890b69f7a92b0c1daf6f81d9 | |
parent | 4ccd830229accad5da8c1c95ea626b53ed0aeec3 (diff) |
Remove dvi-local target from Makefile.am.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index da69162..aed1535 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,8 +164,6 @@ 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 |