diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-12-13 20:50:07 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-12-13 20:54:52 -0500 |
commit | 5303ba35bb8a70ea914c75fc352972e29c795a3f (patch) | |
tree | a49bd5303197395ea0919a21c35bdf7c60d4e918 | |
parent | fe89f847503573378180ddbe5e6badec18093c37 (diff) |
Fix automake warning.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3bb8c2d..dbcc9ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,7 +115,7 @@ chickadee_TEXINFOS = \ AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ --css-include=doc/manual.css -dvi: # Don't build dvi docs +dvi-local: # Don't build dvi docs publish: distcheck gpg --sign --armor --yes chickadee-$(VERSION).tar.gz && \ |