Source-Changes-D archive

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

Re: CVS commit: src



On Fri, May 25, 2012 at 03:25:28PM +0200, Alan Barrett wrote:
> On Fri, 25 May 2012, Thomas Klausner wrote:
> >Module Name: src
> >Committed By:        wiz
> >Date:                Fri May 25 10:47:26 UTC 2012
> >
> >Modified Files:
> >     src: BUILDING
> >     src/doc: BUILDING.mdoc
> >
> >Log Message:
> >Document MKREPRO using joerg's wording.
> 
> BUILDING changed from plain text without backspaces, to man-like format
> with backspaces.  If you ran "make regen" in src/doc, then it appears
> that passing "-Tascii" to groff is no longer working.

No, I did "mandoc BUILDING.mdoc > ../BUILDING" since I had overlooked
the make target. I'll fix it.

I tried making the target use mandoc, but:
-       ${TOOL_GROFF} -mdoc -Tascii -P-bou ${.CURDIR}/BUILDING.mdoc \
+       ${TOOL_MANDOC_ASCII} ${.CURDIR}/BUILDING.mdoc \
this way it generates "ASCII text, with overstriking".

Thanks,
 Thomas


Home | Main Index | Thread Index | Old Index