From d15eeac96334dcbd3d8ec8c93231dca2b9bc968f Mon Sep 17 00:00:00 2001 From: rse Date: Fri, 19 Dec 1997 21:48:56 +0000 Subject: Oopps, missed the changes for the new program `wmb'. Fixed. --- www/wml/Makefile | 5 +++-- www/wml/pkg-plist | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'www/wml') diff --git a/www/wml/Makefile b/www/wml/Makefile index d22e1d2f9696..b0256dfb12ca 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -3,7 +3,7 @@ # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.11 1997/12/09 16:11:05 rse Exp $ +# $Id: Makefile,v 1.12 1997/12/19 21:11:39 rse Exp $ # DISTNAME= wml-1.4.7 @@ -21,7 +21,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ CAT1= wml_aux_linklint.1 wml_aux_txt2html.1 \ wml_aux_wwwtable.1 wml_p2_mhc.1 wml_p4_gm4.1 -MAN1= wmd.1 wmk.1 wml.1 wml_aux_htmlinfo.1 wml_aux_iselect.1 \ +MAN1= wmd.1 wmk.1 wml.1 wmb.1 \ + wml_aux_htmlinfo.1 wml_aux_iselect.1 \ wml_aux_map2html.1 wml_aux_weblint.1 wml_p1_ipp.1 \ wml_p3_eperl.1 wml_p5_divert.1 wml_p6_asubst.1 \ wml_p7_htmlfix.1 wml_p8_htmlstrip.1 wml_p9_slice.1 diff --git a/www/wml/pkg-plist b/www/wml/pkg-plist index 01975e575aac..6374dceacb41 100644 --- a/www/wml/pkg-plist +++ b/www/wml/pkg-plist @@ -1,6 +1,7 @@ bin/wmd bin/wmk bin/wml +bin/wmb bin/wml_p1_ipp bin/wml_p2_mhc bin/wml_p3_eperl @@ -101,6 +102,7 @@ lib/wml/perl/lib/site_perl/IO.pm man/man1/wmd.1.gz man/man1/wmk.1.gz man/man1/wml.1.gz +man/man1/wmb.1.gz man/man1/wml_p1_ipp.1.gz man/cat1/wml_p2_mhc.1.gz man/man1/wml_p3_eperl.1.gz -- cgit