summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-12-14 19:08:20 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-12-14 19:11:03 +0100
commit48cccf06ad84f96bb4fc839ab6f26525c7e8dae0 (patch)
tree5bf6468b2bc55a8bef6d46524886bb70fe521425
parentdb785b74973ae3013414e52e201c02ed9fec7893 (diff)
doc: Note different texlive-tiny & texline-union natures.
* doc/contributing.texi (Submitting Patches): Add ‘package’ and ‘procedure’. Inspired-by: Jorge P. de Morais Neto
-rw-r--r--doc/contributing.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 866d2dae6be..78d9990b306 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1009,7 +1009,7 @@ to other packages unwillingly retained. It may also help determine
1009whether to split the package (@pxref{Packages with Multiple Outputs}), 1009whether to split the package (@pxref{Packages with Multiple Outputs}),
1010and which optional dependencies should be used. In particular, avoid adding 1010and which optional dependencies should be used. In particular, avoid adding
1011@code{texlive} as a dependency: because of its extreme size, use 1011@code{texlive} as a dependency: because of its extreme size, use
1012@code{texlive-tiny} or @code{texlive-union} instead. 1012the @code{texlive-tiny} package or @code{texlive-union} procedure instead.
1013 1013
1014@item 1014@item
1015For important changes, check that dependent package (if applicable) are 1015For important changes, check that dependent package (if applicable) are