diff options
author | asami <asami@FreeBSD.org> | 2000-06-03 09:18:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-03 09:18:19 +0000 |
commit | ed23401742781be3528d1570a50c56f331f34706 (patch) | |
tree | 43b5ec39db1c2efe2de4296673c321f40b1351d3 /www | |
parent | eab16aa7a63dbfe392df8ff9f57476f447336c9f (diff) | |
download | FreeBSD-ports-ed23401742781be3528d1570a50c56f331f34706.zip FreeBSD-ports-ed23401742781be3528d1570a50c56f331f34706.tar.gz |
Add wmd_missing.1 and wml_macros.7 to list of manpages.
Submitted by: obento
Diffstat (limited to 'www')
-rw-r--r-- | www/wml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index d2ff608..8c10a12 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-perl=${PERL5} CAT1= wml_aux_linklint.1 wml_aux_txt2html.1 \ wml_aux_tidy.1 wml_p4_gm4.1 -MAN1= wmd.1 wmk.1 wml.1 wmb.1 wmu.1 \ +MAN1= wmd.1 wmd_missing.1 wmk.1 wml.1 wmb.1 wmu.1 \ wml_aux_freetable.1 wml_aux_htmlclean.1 wml_aux_htmlinfo.1 wml_aux_iselect.1 \ wml_aux_map2html.1 wml_aux_weblint.1 wml_p1_ipp.1 \ wml_p2_mp4h.1 wml_p3_eperl.1 wml_p5_divert.1 wml_p6_asubst.1 \ @@ -47,7 +47,7 @@ CAT7= wml_barebone.7 \ wml_std_html20.7 wml_std_html32.7 wml_std_html40.7 \ wml_std_html401.7 wml_std_wai10.7 wml_std_xhtml10.7 -MAN7= wml_intro.7 wml_tutorial.7 wml_faq.7 wml_tags.7 +MAN7= wml_intro.7 wml_macros.7 wml_tutorial.7 wml_faq.7 wml_tags.7 # catpages are usually not installed, so they are not compressed. # But they are really needed as docs, so we compress manually... |