From 3fc5126b9d8087f33dd2a42ce0e3fa986f340c48 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 5 Aug 2018 02:37:54 +0200 Subject: [PATCH] docs: cosmetics + document 'java-all' target --- docs/source/installation.rst | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 06fe3291a6..640ac759b1 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -283,22 +283,15 @@ for completion when using the ``Tab`` key. Note that some of the existing targets are not really for public consumption so don't worry if some stuff doesn't work for you. -make simgrid - Build only the SimGrid library and not any example -make s4u-app-pingpong - Build only this example (works for any example) -make clean - Clean the results of a previous compilation -make install - Install the project (doc/ bin/ lib/ include/) -make uninstall - Uninstall the project (doc/ bin/ lib/ include/) -make dist - Build a distribution archive (tar.gz) -make distcheck - Check the dist (make + make dist + tests on the distribution) -make documentation - Create SimGrid documentation +- **make simgrid**: Build only the SimGrid library and not any example +- **make s4u-app-pingpong**: Build only this example (works for any example) +- **make java-all**: Build all Java examples and their dependencies +- **make clean**: Clean the results of a previous compilation +- **make install**: Install the project (doc/ bin/ lib/ include/) +- **make uninstall**: Uninstall the project (doc/ bin/ lib/ include/) +- **make dist**: Build a distribution archive (tar.gz) +- **make distcheck**: Check the dist (make + make dist + tests on the distribution) +- **make documentation**: Create SimGrid documentation If you want to see what is really happening, try adding ``VERBOSE=1`` to your compilation requests: -- 2.20.1