From: Bo Ørsted Andresen <zlin@...>
---
pkg-mgr-commands.tex | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 5ee43c8..19f5c5c 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -179,6 +179,9 @@ has returned.
\t{docinto} has not yet been called, instead installs to the directory
\t{/usr/share/doc/\$\{PF\}/}.
+\item[doenvd] Installs the given environment files into \t{/etc/env.d/}, by default with file mode
+ \t{0644}. This can be overridden by setting \t{INSOPTIONS} with the \t{insopts} function.
+
\item[doexe] Installs the given files into the directory specified by the most recent \t{exeinto}
call, by default with file mode \t{0755}. This can be overridden by setting \t{EXEOPTIONS} with
the \t{exeopts} function. If \t{exeinto} has not yet been called, behaviour is undefined.
@@ -300,6 +303,10 @@ that can be passed to \t{dohtml} are as follows:
\item[newins] As above, for \t{doins}.
+\item[newlib.a] As above, for \t{dolib.a}.
+
+\item[newlib.so] As above, for \t{dolib.so}.
+
\item[newman] As above, for \t{doman}.
\item[newsbin] As above, for \t{dosbin}.
--
1.6.2.1
|