Skip to content

Commit 8dc2075

Browse files
committed
docs/source/usage: link to recipes for full listing
It is not immediately obvious to the new user to look up recipes, so link to it after the example. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
1 parent 6e65534 commit 8dc2075

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/usage.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ After a long time, you'll get a "dist/default" directory containing all the comp
1212
libraries and build.py script to package your application using thoses
1313
libraries.
1414

15-
You can include other libraries to compile using `-m`::
15+
You can include other modules (or "recipes") to compile using `-m`::
1616

1717
./distribute.sh -m "openssl pyjnius kivy"
1818
./distribute.sh -m "pil ffmpeg pyjnius kivy"
1919

20+
For a full list, refer to :ref:`recipes`
21+
2022
Available options to `distribute.sh`::
2123

2224
-d directory Name of the distribution directory

0 commit comments

Comments
 (0)