1
0
Fork 0

Added make {install,uninstall} to doc

closure/master
Mike Gerwitz 2011-05-26 18:12:37 -04:00
parent 72fe45e84d
commit d0fede9892
1 changed files with 10 additions and 1 deletions

View File

@ -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.