From d0fede98925442ab54fd2f746d47f7bb0f037aa8 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 26 May 2011 18:12:37 -0400 Subject: [PATCH] Added make {install,uninstall} to doc --- doc/integration.texi | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/integration.texi b/doc/integration.texi index 6759a17..9624eb5 100644 --- a/doc/integration.texi +++ b/doc/integration.texi @@ -114,8 +114,17 @@ will likely be able to run the following command to get started: $ sudo apt-get install texlive texinfo @end example +@item install +Installs info documentation. Must first build @command{doc-info}. After +installation, the manual may be viewed from the command line with: @samp{info +easejs}. + +@item uninstall +Removes everything from the system that was installed with @command{make +install}. + @item all -Runs all targets, except for clean. +Runs all targets, except for clean, install and uninstall. @item clean Cleans up after the build process by removing the @file{build/} directory.