summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-12-13 20:50:07 -0500
committerDavid Thompson <dthompson2@worcester.edu>2018-12-13 20:54:52 -0500
commit5303ba35bb8a70ea914c75fc352972e29c795a3f (patch)
treea49bd5303197395ea0919a21c35bdf7c60d4e918 /Makefile.am
parentfe89f847503573378180ddbe5e6badec18093c37 (diff)
Fix automake warning.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 && \