From: ellson Date: Wed, 17 Feb 2010 18:21:47 +0000 (+0000) Subject: correct typo (dot.1 => vimdot.1) X-Git-Tag: LAST_LIBGRAPH~32^2~1427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=001a09887eb58bd7668a0587a301ccb5cd7083d6;p=graphviz correct typo (dot.1 => vimdot.1) --- diff --git a/plugin/xlib/Makefile.am b/plugin/xlib/Makefile.am index 66014fdac..fece00d6a 100644 --- a/plugin/xlib/Makefile.am +++ b/plugin/xlib/Makefile.am @@ -34,7 +34,7 @@ man_MANS = vimdot.1 pdf_DATA = vimdot.1.pdf vimdot.1.pdf: $(srcdir)/vimdot.1 - - $(GROFF) -Tps -man $(srcdir)/dot.1 | $(PS2PDF) - - >vimdot.1.pdf + - $(GROFF) -Tps -man $(srcdir)/vimdot.1 | $(PS2PDF) - - >vimdot.1.pdf libgvplugin_xlib_C_la_SOURCES = \ gvplugin_xlib.c \