diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-05-28 09:43:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-05-28 09:43:48 +0000 |
commit | b42705ab500ca627994283ee1e79f7ecafe538c1 (patch) | |
tree | 561adfaa920bdb7d8cd53595de5e3ed97d868486 /share | |
parent | 2cf6f3686e1444d12e5da95e29f436d4dad42ae6 (diff) |
document removal of make readmes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 8a0b6028d7f..e858dddfdbb 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.336 2012/05/15 13:19:43 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.337 2012/05/28 09:43:47 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 15 2012 $ +.Dd $Mdocdate: May 28 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -180,7 +180,7 @@ Clean ports contents. By default, it will clean the work directory. It can be invoked as make clean='[depends build bulk work fake flavors dist install sub package -packages plist readme]'. +packages plist]'. .Bl -tag -width packages .It Va work Clean work directory. @@ -206,10 +206,6 @@ Uninstall package. Remove all copies of package file. .It Va plist Remove registered packing lists of all subpackages. -.It Va readmes -Clean files generated through the -.Ar readme -targets (html files). .It Va sub With .Va install @@ -639,12 +635,6 @@ It also handles and .Ev WANTLIB , so that the packing-list is complete. -.It Ar readme -Create an html description of the current subpackage, including comments, -description, and dependencies. -.It Ar readmes -Create an html description of packages, including comments, description, -and dependencies. .It Ar rebuild Force rebuild of the port. .It Ar regress @@ -2322,11 +2312,6 @@ which default to and .Sq check respectively. -.It Ev README_NAME -User settings. -Path to the template used to generate a readme html file. -Defaults to -.Pa ${TEMPLATES}/README.port . .It Ev REORDER_DEPENDENCIES Points to a list of files that specify inter-dependencies for .Xr make 1 . @@ -3430,6 +3415,14 @@ Renamed into .It Ar print-package-depends Renamed into .Ar print-run-depends +.It Ar readme , readmes +replaced by the +.Pa databases/ports-readmes +port, using the Template Toolkit +.Po +.Pa textproc/p5-Template +.Pc +instead of hand-coded substitutions. .El .Sh OBSOLETE VARIABLES .Bl -tag -width MASTER_SITES |