diff options
author | Benjamin Pierce <bcpierce00@users.noreply.github.com> | 2018-01-29 06:33:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 06:33:45 -0500 |
commit | 8a80270ad7b83c307f3b0a284ed81b62f28a4ab9 (patch) | |
tree | 94ea0dc9792460a3056e23a341430ba9b4e13cee | |
parent | 8b3bd616c97741efa8074e39ec0f93bd82677bdd (diff) | |
parent | f56a0adad0ab32de27f9cf9e4a9d614c9c64557a (diff) | |
download | unison-8a80270ad7b83c307f3b0a284ed81b62f28a4ab9.zip unison-8a80270ad7b83c307f3b0a284ed81b62f28a4ab9.tar.gz unison-8a80270ad7b83c307f3b0a284ed81b62f28a4ab9.tar.bz2 |
Merge pull request #141 from g-raud/manual-fix-build-command
unison-manual.tex: fix the build command
-rwxr-xr-x | doc/unison-manual.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/unison-manual.tex b/doc/unison-manual.tex index fc00c68..879c18e 100755 --- a/doc/unison-manual.tex +++ b/doc/unison-manual.tex @@ -323,8 +323,8 @@ from \ONEURL{http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html}. (e.g. Ubuntu) the bindings between Pango and OCaml need to be installed explicitly (package {\tt liblablgtk-extras-ocaml-dev} on Ubuntu). \end{itemize} -Type {\tt make} to build Unison. If Gtk2 is available on the system, Unison -with a GUI will be built automatically. +Type {\tt make src} to build Unison. If Gtk2 is available on the system, +Unison with a GUI will be built automatically. Put the \verb|unison| executable somewhere in your search path, either by adding the Unison directory to your PATH variable or by copying the |