Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Tue, Jun 01, 2010 at 11:29:10PM +0000, Joerg Sonnenberger wrote:
> Module Name:  src
> Committed By: joerg
> Date:         Tue Jun  1 23:29:10 UTC 2010
> 
> Modified Files:
>       src/distrib/sets/lists/man: mi
>       src/external/bsd/mdocml/man: Makefile
>       src/share/mk: bsd.man.mk bsd.own.mk
> 
> Log Message:
> Install mdocml's default CSS as /usr/share/man/style.css.  Switch HTML
> man pages to use mandoc unconditional as it gives reasonable output for
> all man pages, not only a subset of mdoc(7).  Use the newly installed
> style.css for formatting and produce hyperlinks for .Xr.

Joerg,

I'm not sure, but this may have broken compilation of HTML manual pages
for 3rd-party programs that use BSD makefiles.  It looks like some
important TOOL_ variable is not defined:

elmendorf:~/regxml/doc> make obj cleandir dependall
rm -f xmltools.cat7
rm -f xmltools.html7
#    format  doc/xmltools.cat7
nroff -mandoc /home/dyoung/regxml/doc/xmltools.7   > xmltools.cat7.tmp && mv 
xmltools.cat7.tmp xmltools.cat7
#    format  doc/xmltools.html7
/home/dyoung/regxml/doc/xmltools.7 > xmltools.html7.tmp &&  mv 
xmltools.html7.tmp xmltools.html7
sh: /home/dyoung/regxml/doc/xmltools.7: permission denied
*** Error code 126

Stop.
make: stopped in /home/dyoung/regxml/doc
*** Error code 1

Stop.
make: stopped in /home/dyoung/regxml/doc

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 278-3933


Home | Main Index | Thread Index | Old Index